diff --git a/.gitignore b/.gitignore index 1d0ef72..ca42c40 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .DS_Store -.pyc build dist +*.pyc *.egg-info diff --git a/MANIFEST.in b/MANIFEST.in index f0f644e..c1a7121 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -LICENSE -README.md +include LICENSE +include README.md diff --git a/requirements-2.6.txt b/requirements-2.6.txt index 09dae77..52981dd 100644 --- a/requirements-2.6.txt +++ b/requirements-2.6.txt @@ -1,3 +1,4 @@ argparse +importlib logutils unittest2