summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2019-09-27misc: fix lintDylan Araps
2019-09-27misc: fix lintDylan Araps
2018-05-25docs: updateDylan Araps
2018-03-18setup: Remove pandoc requirementDylan Araps
2018-03-18setup: Remove pandoc requirementDylan Araps
2018-01-02general: Add pyroma.Dylan Araps
2018-01-01setup: warn when pypandoc not installed.Dylan Araps
2017-09-28Allow syntax errors to pass up since users should never see any.Matthew Leonberger
This will help with debugging. Right now it just tells you that pywal needs python 3.5 or newer. Merge remote-tracking branch 'origin/syntax-errors' into syntax-errors
2017-08-12setup.py: version bumpDylan Araps
2017-08-10setup: Change message to 3.5Dylan Araps
2017-07-28setup: except runtimeerrorDylan Araps
2017-07-25Use README.md on pypiDylan Araps
2017-07-07setup: Better error message.Dylan Araps
2017-07-07setup: Fix raiseDylan Araps
2017-07-07setup: Leave a useful message if Python version too low.Dylan Araps
2017-07-06general: small cleanup.Dylan Araps
2017-06-30setup: Remove useless line.Dylan Araps
2017-06-30general: Remove non-ascii char from setup.pyDylan Araps
2017-06-30version: bumpDylan Araps
2017-06-27tests: Added set_colors tests.Dylan Araps
2017-06-27tests: Fix commentsDylan Araps
2017-06-27tests: Integrate tests with setup.puDylan Araps
2017-06-27General: Remove find_packagesDylan Araps
2017-06-27General: Fix pywal error.Dylan Araps
2017-06-26General: fix console_script entry_point. Closes #9Daniel Liljeström
2017-06-26General: Add __version__ to __init__.pyDylan Araps
2017-06-26General: Renames settings.py to globals.pyDylan Araps
2017-06-26General: CleanupDylan Araps
2017-06-26General: Split wal into multiple files.Dylan Araps
2017-06-26Travis: Fix travis.Dylan Araps
2017-06-26General: ChangesDylan Araps
2017-06-25Use setuptools.setup console_scripts entry point.Daniel Liljeström
- Switch to distributing pywal as a module and having setuptools register the script as an console_script entry point. - Added python_requires field to setuptools.setup. - Use the module version as the package version.
2017-06-25Release: 0.1.6Dylan Araps
2017-06-24General: ReleaseDylan Araps
2017-06-24General: ReleaseDylan Araps
2017-06-24DOCS: Revert changes.Dylan Araps
2017-06-22General: Bump versionDylan Araps
2017-06-22setup: Add classifiers.Dylan Araps
2017-06-22pypi: heck offDylan Araps
2017-06-22pypi: ..Dylan Araps
2017-06-22pypi: sighDylan Araps
2017-06-22General: bumpDylan Araps
2017-06-22pypi: Fix READMEDylan Araps
2017-06-22General: Rename pypi package to pywalDylan Araps
2017-06-20General: Add setup.pyDylan Araps