Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
viguardieiro authored Aug 9, 2024
1 parent 4ae43e6 commit 3e39726
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
from setuptools import setup, find_packages
from pathlib import Path

this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()

setup(
name="topomap",
version="0.0.1",
Expand All @@ -22,7 +19,8 @@
author="Vitoria Guardieiro, Felipe Inagaki de Oliveira, Harish Doraiswamy, Luis Gustavo Nonato, Claudio Silva",
author_email="[email protected]",
description="TopoMap++: A faster and more space efficient technique to compute projections with topological guarantees",
long_description=long_description,
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
keywords=[
"Topological data analysis",
"Computational topology",
Expand Down

0 comments on commit 3e39726

Please sign in to comment.