|
@@ -10,7 +10,7 @@ from setuptools.command.install import install
|
|
import os
|
|
import os
|
|
import urllib
|
|
import urllib
|
|
import shutil
|
|
import shutil
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
class PyCryptoInstallCommand(install):
|
|
class PyCryptoInstallCommand(install):
|
|
"""
|
|
"""
|
|
@@ -63,7 +63,7 @@ setup(name=pwman.appname,
|
|
'Programming Language :: Python',
|
|
'Programming Language :: Python',
|
|
'Programming Language :: Python :: 2.7'
|
|
'Programming Language :: Python :: 2.7'
|
|
],
|
|
],
|
|
- test_suite='pwman.tests',
|
|
|
|
|
|
+ test_suite='pwman.tests.suite',
|
|
cmdclass={'install_pycrypto': PyCryptoInstallCommand},
|
|
cmdclass={'install_pycrypto': PyCryptoInstallCommand},
|
|
|
|
|
|
)
|
|
)
|