Update ignore and MANIFEST

This commit is contained in:
Mike Helmick 2013-10-15 11:01:15 -04:00
parent 91682c5db1
commit ead62a1bf7
2 changed files with 37 additions and 0 deletions

36
.gitignore vendored Normal file
View file

@ -0,0 +1,36 @@
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject

1
MANIFEST.in Normal file
View file

@ -0,0 +1 @@
include README.rst LICENSE