aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2015-12-31Add new requirements to setup.pyGravatar Jon Bernard 1-0/+4
This includes click and py, which are both being used in the recent updates.
2015-12-31Rename existing cli filesGravatar Jon Bernard 1-1/+1
I'm in the process of reimplementing the CLI using click and this new implementation will take the place of the existing one once it's feature complete.
2015-02-21Fix outstanding flake8 issuesGravatar Jon Bernard 1-4/+5
2014-07-24Various pep8 fixes and cleanupsGravatar Jon Bernard 1-4/+3
Re #36
2014-07-11Add license field back to setup keywordsGravatar Jon Bernard 1-2/+3
2014-07-11Cleanup imports and move __version__ to __init__.pyGravatar Jon Bernard 1-11/+3
2014-07-08Fix typo in setup.py classifiersGravatar Jon Bernard 1-1/+1
2014-07-07Cleanup setup.pyGravatar Jon Bernard 1-27/+17
2014-07-07Use entry point for bin stubGravatar Jon Bernard 1-1/+4
The script in bin/ remains for running directly from the source directory.
2014-07-07Parse version string without importing source codeGravatar Jon Bernard 1-9/+7
It's probably better to execute as little code as possible from setup.py, so this approach seems cleaner to me.
2014-07-07Remove test and publish functions from setup.pyGravatar Jon Bernard 1-10/+0
2012-03-08Add specific Python version trove classifiersGravatar Daniel Harding 1-0/+8
2011-11-01Switch to ISC licenseGravatar Jon Bernard 1-2/+2
2011-10-30Import license content instead of duplicating itGravatar Jon Bernard 1-0/+1
2011-10-05Add HISTORY.rst to keep a log of changes for each releaseGravatar Jon Bernard 1-1/+2
2011-08-27Add publish and test routines to setup.pyGravatar Jon Bernard 1-0/+13
2011-07-03Add option to print version numberGravatar Jon Bernard 1-3/+11
2011-04-22Initial commitv0.1.0Gravatar Jon Bernard 1-0/+22