summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2018-03-16Add entries to .gitignoreBrian May
2017-07-09Fix error in requirements.rstBrian May
2016-04-30Update files listBrian May
2016-04-18Attempt readthedocs workaroundBrian May
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-01-13Experimental: Use setuptools-scmBrian May
Closes: #58
2011-02-26Replace make-based build with redo-based build.Avery Pennarun
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.
2010-11-09Add a sshuttle.8 manpage.Avery Pennarun
You need to have 'pandoc' installed in order to render it from sshuttle.md.
2010-05-01Initial commit.Avery Pennarun
Importing options.py, ssh.py, and LICENSE from the bup project.