|
@@ -75,6 +75,7 @@ setup(name=pwman.appname,
|
|
'Programming Language :: Python :: 2.7'
|
|
'Programming Language :: Python :: 2.7'
|
|
],
|
|
],
|
|
test_suite='pwman.tests.suite',
|
|
test_suite='pwman.tests.suite',
|
|
|
|
+ tests_require=['pexpect'],
|
|
cmdclass={
|
|
cmdclass={
|
|
'install_pycrypto': PyCryptoInstallCommand,
|
|
'install_pycrypto': PyCryptoInstallCommand,
|
|
'build_manpage': BuildManPage,
|
|
'build_manpage': BuildManPage,
|