Skip to content

Commit

Permalink
prepare setup for Pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
giotto-learn authored Jul 13, 2021
1 parent bc3ba07 commit 3fba977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
requirements = f.read().splitlines()

DISTNAME = "giotto-ph"
DESCRIPTION = "TODO"
DESCRIPTION = "High performance tool for Persistent Homology computations."
with codecs.open("README.rst", encoding="utf-8-sig") as f:
LONG_DESCRIPTION = f.read()
if platform.system() == "Windows":
LONG_DESCRIPTION = "giotto-ph at https://github.com/giotto-ai/giotto-ph"
LONG_DESCRIPTION_TYPE = "text/x-rst"
MAINTAINER = "TODO"
MAINTAINER = "Julián Burella Pérez"
MAINTAINER_EMAIL = "[email protected]"
URL = "https://github.com/giotto-ai/giotto-ph"
LICENSE = "GNU AGPLv3"
DOWNLOAD_URL = "TODO"
DOWNLOAD_URL = "https://github.com/giotto-ai/giotto-ph/tarball/main"
VERSION = __version__ # noqa
CLASSIFIERS = ["Intended Audience :: Science/Research",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 3fba977

Please sign in to comment.