diff --git a/INSTALL b/INSTALL deleted file mode 100644 index f664153..0000000 --- a/INSTALL +++ /dev/null @@ -1,4 +0,0 @@ -Installation Instructions -========================= - -Execute "python setup.py install" as a super user. diff --git a/MANIFEST.in b/MANIFEST.in index 82c478f..7992ecc 100755 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,5 +2,4 @@ graft src include setup.py include README.md include COPYING -include INSTALL recursive-include tests *.py