Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Moffat committed Feb 2, 2012
1 parent 0478071 commit 5907377
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1 +1 @@
include *.md include AUTHORS.md LICENSE.txt README.md test.py
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -5,8 +5,8 @@
except ImportError: from setuptools import setup except ImportError: from setuptools import setup




if sys.argv[-1] == 'test': if sys.argv[-1] == "test":
os.system('python test.py') os.system("python test.py")
sys.exit() sys.exit()




Expand Down

0 comments on commit 5907377

Please sign in to comment.