Skip to content

Commit

Permalink
Merge pull request #234 from azneto/master
Browse files Browse the repository at this point in the history
updates classifiers
  • Loading branch information
azneto authored Feb 12, 2020
2 parents f58cbc7 + 6f80411 commit b65b223
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@
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,
url="https://bitbucket.org/azneto/djangochado",
author="Adhemar",
author_email="[email protected]",
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=[
Expand Down

0 comments on commit b65b223

Please sign in to comment.