summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAge
* Add trailing commas where possible, enable commas linterAndrej Shadura2022-03-26
* Simplify the manpage generation code a bitAndrej Shadura2022-03-24
* Sort imports, enable flake8-isortAndrej Shadura2022-03-24
* Fix Flake8 warningsAndrej Shadura2022-03-24
* Point shebangs to /usr/bin/envAndrej Shadura2020-10-25
* Make use of setup.cfgAndrej Shadura2020-10-25
* Rename myselfAndrej Shadura2020-01-05
* Add python_requires to actually require Python 3.6Andrej Shadura2020-01-05
* 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
* 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
* 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