Skip to content

Commit

Permalink
Merge pull request #218 from giotto-ai/master
Browse files Browse the repository at this point in the history
Bump tarball link to 0.1.4, add Python 3.8 to CLASSIFIERS
  • Loading branch information
ulupo authored Jan 23, 2020
2 parents 79ae83b + 82e5c18 commit 23ba8c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
MAINTAINER_EMAIL = 'maintainers@giotto.ai'
URL = 'https://github.com/giotto-ai/giotto-tda'
LICENSE = 'GNU AGPLv3'
DOWNLOAD_URL = 'https://github.com/giotto-ai/giotto-tda/tarball/v0.1.3'
DOWNLOAD_URL = 'https://github.com/giotto-ai/giotto-tda/tarball/v0.1.4'
VERSION = __version__ # noqa
CLASSIFIERS = ['Intended Audience :: Science/Research',
'Intended Audience :: Developers',
Expand All @@ -44,7 +44,8 @@
'Operating System :: MacOS',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7']
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8']
KEYWORDS = 'machine learning, topological data analysis, persistent ' + \
'homology, persistence diagrams, Mapper'
INSTALL_REQUIRES = requirements
Expand Down

0 comments on commit 23ba8c2

Please sign in to comment.