From 30bc48db635f11e038c6971725b079eab40b40cb Mon Sep 17 00:00:00 2001 From: Laurent Kislaire Date: Tue, 2 Apr 2019 00:08:53 +0200 Subject: [PATCH] Just a test --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],