From 6f8041164459f973343734ed7303d3514eb5033a Mon Sep 17 00:00:00 2001 From: Adhemar Zerlotini Neto Date: Wed, 12 Feb 2020 09:58:53 -0300 Subject: [PATCH] updates classifiers --- setup.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index ecb922ef..0f18e9d2 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ version="0.1.0", packages=find_packages(), include_package_data=True, - license="BSD License", + license="GPL License", description="machado is a Django app that contains tools to interact " "with a Chado database.", long_description=README, @@ -24,9 +24,10 @@ author="Adhemar", author_email="azneto@gmail.com", classifiers=[ - "Environment :: Command Line", - "Framework :: Django", - "Programming Language :: Python" "Programming Language :: Python :: 3", + "Environment :: Console", + "Framework :: Django :: 2.2", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "Programming Language :: Python :: 3", ], scripts=["bin/fixChadoModel.py"], install_requires=[