diff --git a/python/setup.cfg b/python/setup.cfg index 0c43b1cfd..8183238ab 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,2 @@ -[bdist_wheel] -universal=1 - [metadata] -license_files = - ../LICENSE \ No newline at end of file +license_files = LICENSE diff --git a/python/setup.py b/python/setup.py index 8bea4c78b..e36da518a 100644 --- a/python/setup.py +++ b/python/setup.py @@ -32,10 +32,8 @@ setup( description='The FlatBuffers serialization format for Python', classifiers=[ 'Intended Audience :: Developers', - 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', 'Topic :: Software Development :: Libraries :: Python Modules', ],