diff --git a/setup.py b/setup.py index c3166b4..54203cd 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ setup( url='https://framagit.org/sun/pyfbx', license="MIT", classifiers=[ - "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", + "License :: OSI Approved :: MIT License", ], packages=find_packages(), install_requires=["zeroconf", "requests"],