[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

@ -14,12 +14,10 @@ classifier =
Environment :: Console Environment :: Console
Intended Audience :: Developers Intended Audience :: Developers
Intended Audience :: Information Technology Intended Audience :: Information Technology
Operating System :: Windows Operating System :: Microsoft :: Windows
Programming Language :: Python Programming Language :: Python
keywords = keywords =
scripting, automation, expect, pexpect, wexpect scripting, automation, expect, pexpect, wexpect
[files]
packages =
.

View File

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