-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #234 from azneto/master
updates classifiers
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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=[ | ||
|