uninstall working

This commit is contained in:
Benedek Racz
2019-05-03 13:09:36 +02:00
parent 8b7042abd4
commit 7e1cb49816
5 changed files with 14 additions and 5 deletions

View File

@@ -6,6 +6,6 @@ setup(
setup_requires=['pbr'],
pbr=True,
packages=[''],
# packages=[''],
py_modules=['wexpect'],
)