This website requires JavaScript.
Explore
Help
Sign In
extern
/
sshuttle
Watch
1
Star
1
Fork
0
You've already forked sshuttle
mirror of
https://github.com/sshuttle/sshuttle.git
synced
2024-11-21 23:43:18 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
89c5b57019
sshuttle
/
.gitignore
9 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Experimental: Use setuptools-scm Closes: #58
2016-01-13 07:30:38 +01:00
sshuttle/version.py
Attempt readthedocs workaround 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
2016-04-18 03:40:43 +02:00
docs/conf.py
Initial commit. Importing options.py, ssh.py, and LICENSE from the bup project.
2010-05-01 22:15:37 +02:00
*.pyc
*~
Add a sshuttle.8 manpage. You need to have 'pandoc' installed in order to render it from sshuttle.md.
2010-11-09 10:59:03 +01:00
*.8
Replace make-based build with redo-based build. Including a copy of minimal/do as 'do' in the top directory. To build, just run './do' or 'make'. This also builds the ui-macos directory automatically if you're on MacOS.
2011-02-27 03:10:06 +01:00
/.do_built
/.do_built.dir
/.redo
Reference in New Issue
Copy Permalink