Just use setup.py

(don't keep a second copy in `requirements.txt`)
This commit is contained in:
William Minchin 2014-01-28 15:20:13 -07:00
parent 95b34e1977
commit 7065cafe01
3 changed files with 5 additions and 8 deletions

4
.gitignore vendored
View file

@ -33,3 +33,7 @@ obj
*.pyproj
*.sln
*.suo
# virtaulenv
env/
env*/