Commit graph

5 commits

Author SHA1 Message Date
Kovid Goyal
c3b4d0d565
Auto fix excess blank lines 2020-07-26 13:52:51 +05:30
Kovid Goyal
b62ca89e8b
Remove useless __future__ imports
Not needed on python3
2020-07-26 13:52:50 +05:30
Kovid Goyal
7e70f2a6f7
Change shebangs to python from python2
Also remove a few other miscellaneous references to python2
2020-07-26 13:52:50 +05:30
Kovid Goyal
61eef65bb6
Merge branch 'git_version' of https://github.com/eli-schwartz/calibre 2019-05-12 12:45:16 +05:30
Eli Schwartz
9dc1ccfe08
setup: add subcommand to update the version in constants.py from git
This creates an additional variable containing the version number
extracted from a git checkout via `git describe`, and diverts all
human-readable output to use that via get_version.
2019-05-12 02:32:59 -04:00