Python packaging cleanup

+ Added gitignore
+ Cleaned up mixed tabs/spaces in setup.py
This commit is contained in:
Jarvis Schultz 2018-08-14 15:45:39 -05:00
parent 1b78cb541a
commit 1cb560fdce
2 changed files with 11 additions and 7 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.pyc
*build/
*dist/
*.egg-info*