Skip to content

Commit

Permalink
Merge pull request #235 from azneto/master
Browse files Browse the repository at this point in the history
update setup.py
  • Loading branch information
azneto authored Feb 12, 2020
2 parents b65b223 + 002fede commit 6131d6d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@

setup(
name="machado",
version="0.1.0",
version="0.1.1",
packages=find_packages(),
include_package_data=True,
license="GPL License",
description="machado is a Django app that contains tools to interact "
"with a Chado database.",
description="This library provides users with a framework to store, search and visualize biological data.",
long_description=README,
url="https://bitbucket.org/azneto/djangochado",
author="Adhemar",
author_email="azneto@gmail.com",
url="https://github.com/lmb-embrapa/machado",
author="LMB",
author_email="",
classifiers=[
"Environment :: Console",
"Framework :: Django :: 2.2",
Expand Down

0 comments on commit 6131d6d

Please sign in to comment.