mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-08 09:04:29 +01:00
89c5b57019
readthedocs alters docs/conf.py which in turn means python_scm detects a version and incorrectly adjusts the version number. Here we try to work around this problem. We do this by renaming the docs/conf.py file and copying it back to docs/conf.py when setup.py is invoked. This way, hopefully, scm won't see the changes to docs/conf.py References: http://stackoverflow.com/questions/35811267/readthedocs-and-setuptools-scm-version-wrong/36386177 https://github.com/pypa/setuptools_scm/issues/84
9 lines
79 B
Plaintext
9 lines
79 B
Plaintext
sshuttle/version.py
|
|
docs/conf.py
|
|
*.pyc
|
|
*~
|
|
*.8
|
|
/.do_built
|
|
/.do_built.dir
|
|
/.redo
|