summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAge
* Switch to Python 3.6 as the defaultAndrej Shadura2018-07-11
|
* Make setup.py Python 3-compatibleAndrej Shadura2018-07-11
|
* Log manpage generationAndrej Shadura2018-07-11
|
* Rewrite manpage generation for readabilityAndrej Shadura2018-07-11
| | | | | Nested map + lambda don’t make it easy to understand what’s actually going on.
* Allow install via 'python2 setup.py' rather than only './setup.py'pklapperich2018-06-25
|
* Generate manpages at the build time, not when the file is executed.Andrew Shadura2017-01-04
| | | | This also removes the unconditional runtime dependency on docutils.
* Implement glob relatively to the setup.py directory.Andrew Shadura2017-01-04
|
* Actually import docutils only in the function which uses it.Andrew Shadura2017-01-04
|
* Generate tarballs with root:root file ownership.Andrew Shadura2017-01-04
|
* Release 20161216.0.Andrew Shadura2016-12-26
|
* Rename the Python package to git_crecord.Andrew Shadura2016-12-26
|
* Add a screenshot.Andrew Shadura2016-12-26
|
* Add a setuptools-based installer.Andrew Shadura2016-12-26