Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-03 | Consolidate new implementation into a single file | Jon Bernard | 1 | -4/+6 | |
2015-12-31 | Add new requirements to setup.py | Jon Bernard | 1 | -0/+4 | |
This includes click and py, which are both being used in the recent updates. | |||||
2015-12-31 | Rename existing cli files | 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-21 | Fix outstanding flake8 issues | Jon Bernard | 1 | -4/+5 | |
2014-07-24 | Various pep8 fixes and cleanups | Jon Bernard | 1 | -4/+3 | |
Re #36 | |||||
2014-07-11 | Add license field back to setup keywords | Jon Bernard | 1 | -2/+3 | |
2014-07-11 | Cleanup imports and move __version__ to __init__.py | Jon Bernard | 1 | -11/+3 | |
2014-07-08 | Fix typo in setup.py classifiers | Jon Bernard | 1 | -1/+1 | |
2014-07-07 | Cleanup setup.py | Jon Bernard | 1 | -27/+17 | |
2014-07-07 | Use entry point for bin stub | Jon Bernard | 1 | -1/+4 | |
The script in bin/ remains for running directly from the source directory. | |||||
2014-07-07 | Parse version string without importing source code | 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-07 | Remove test and publish functions from setup.py | Jon Bernard | 1 | -10/+0 | |
2012-03-08 | Add specific Python version trove classifiers | Daniel Harding | 1 | -0/+8 | |
2011-11-01 | Switch to ISC license | Jon Bernard | 1 | -2/+2 | |
2011-10-30 | Import license content instead of duplicating it | Jon Bernard | 1 | -0/+1 | |
2011-10-05 | Add HISTORY.rst to keep a log of changes for each release | Jon Bernard | 1 | -1/+2 | |
2011-08-27 | Add publish and test routines to setup.py | Jon Bernard | 1 | -0/+13 | |
2011-07-03 | Add option to print version number | Jon Bernard | 1 | -3/+11 | |
2011-04-22 | Initial commitv0.1.0 | Jon Bernard | 1 | -0/+22 | |