Add importlib and fix MANIFEST.in, ignore *.pyc

This commit is contained in:
Gavin M. Roy 2014-08-19 16:53:56 -04:00
parent daf3462922
commit 5ff0139114
3 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View file

@ -1,5 +1,5 @@
.DS_Store .DS_Store
.pyc
build build
dist dist
*.pyc
*.egg-info *.egg-info

View file

@ -1,2 +1,2 @@
LICENSE include LICENSE
README.md include README.md

View file

@ -1,3 +1,4 @@
argparse argparse
importlib
logutils logutils
unittest2 unittest2