diff --git a/setup.py b/setup.py index 603eb71..6b0acd3 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ author='Greg Atkin', author_email='greg.scott.atkin@gmail.com', license='MIT', + license_files=('LICENSE',), py_modules=['declxml'], install_requires=['typing'], data_files=[('', ['py.typed'])], @@ -34,7 +35,6 @@ 'Intended Audience :: Developers', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'License :: OSI Approved :: MIT License', ], keywords='XML, Parsing, Serialization' )