From d29339088e4b1f5498bd6bccb2d5af2f88801cff Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Tue, 22 Jul 2014 19:51:35 +0300 Subject: [PATCH] typo in py_modules --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff61210..c33c1d8 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ author='Andrew Karpow', author_email='andy@ndyk.de', keywords=['pass', 'password', 'keyring'], - py_modules=['pass.py'], + py_modules=['pass'], classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Console',