aboutsummaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow syntax errors to pass up since users should never see any.Matthew Leonberger2017-09-281-10/+4
| | | | | | 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
* setup.py: version bump0.6.0Dylan Araps2017-08-121-1/+2
|
* setup: Change message to 3.5Dylan Araps2017-08-101-1/+1
|
* setup: except runtimeerrorDylan Araps2017-07-281-1/+1
|
* Use README.md on pypiDylan Araps2017-07-251-6/+7
|
* setup: Better error message.Dylan Araps2017-07-071-1/+2
|
* setup: Fix raiseDylan Araps2017-07-071-1/+1
|
* setup: Leave a useful message if Python version too low.Dylan Araps2017-07-071-3/+7
|
* general: small cleanup.Dylan Araps2017-07-061-2/+2
|
* setup: Remove useless line.Dylan Araps2017-06-301-2/+0
|
* general: Remove non-ascii char from setup.py0.3.3Dylan Araps2017-06-301-1/+1
|
* version: bump0.3.2Dylan Araps2017-06-301-0/+1
|
* tests: Added set_colors tests.Dylan Araps2017-06-271-1/+1
|
* tests: Fix commentsDylan Araps2017-06-271-1/+1
|
* tests: Integrate tests with setup.puDylan Araps2017-06-271-1/+2
|
* General: Remove find_packages0.2.4Dylan Araps2017-06-271-2/+2
|
* General: Fix pywal error.0.2.3Dylan Araps2017-06-271-5/+3
|
* General: fix console_script entry_point. Closes #9Daniel Liljeström2017-06-261-1/+1
|
* General: Add __version__ to __init__.pyDylan Araps2017-06-261-1/+1
|
* General: Renames settings.py to globals.pyDylan Araps2017-06-261-1/+1
|
* General: CleanupDylan Araps2017-06-261-1/+1
|
* General: Split wal into multiple files.Dylan Araps2017-06-261-2/+2
|
* Travis: Fix travis.Dylan Araps2017-06-261-1/+1
|
* General: ChangesDylan Araps2017-06-261-5/+7
|
* Use setuptools.setup console_scripts entry point.Daniel Liljeström2017-06-251-4/+13
| | | | | | | | | - 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.
* Release: 0.1.60.1.6Dylan Araps2017-06-251-2/+2
|
* General: Release0.1.5Dylan Araps2017-06-241-3/+3
|
* General: ReleaseDylan Araps2017-06-241-2/+2
|
* DOCS: Revert changes.Dylan Araps2017-06-241-1/+1
|
* General: Bump version0.1.4Dylan Araps2017-06-221-2/+2
|
* setup: Add classifiers.Dylan Araps2017-06-221-1/+7
|
* pypi: heck off0.1.3Dylan Araps2017-06-221-2/+2
|
* pypi: ..Dylan Araps2017-06-221-1/+1
|
* pypi: sigh0.1.2Dylan Araps2017-06-221-9/+8
|
* General: bumpDylan Araps2017-06-221-2/+3
|
* pypi: Fix README0.1.1Dylan Araps2017-06-221-1/+12
|
* General: Rename pypi package to pywalDylan Araps2017-06-221-1/+1
|
* General: Add setup.pyDylan Araps2017-06-201-0/+13