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
.pyc
build
dist
*.pyc
*.egg-info

View file

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

View file

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