Skip to content

Commit

Permalink
minor tweaks to pypi display
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Saul committed Aug 17, 2018
1 parent bc9d0d8 commit c5e8840
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.2.7:
- Updating home url

# 0.2.6:
- Update license to MIT.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ def run(self):


setup(name="ripser",
version='0.2.6.dev0',
version='0.2.7',
description="A Lean Persistent Homology Library for Python",
long_description=long_description,
long_description_content_type="text/markdown",
author="Chris Tralie, Nathaniel Saul",
author_email="[email protected], [email protected]",
url="https://github.com/scikit-tda/ripser.py",
url="https://ripser.scikit-tda.org",
license='MIT',
packages=['ripser'],
ext_modules=cythonize(Extension("pyRipser",
Expand Down

0 comments on commit c5e8840

Please sign in to comment.