[FIX] classifiers

This commit is contained in:
Benedek Racz
2019-05-02 10:08:28 +02:00
parent c4dad1defc
commit 4b33c07eb9
2 changed files with 5 additions and 4 deletions

View File

@@ -5,4 +5,7 @@ from setuptools import setup
setup(
setup_requires=['pbr'],
pbr=True,
packages=[''],
py_modules=['wexpect'],
)