File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,15 +9,14 @@ description = "A simple and efficient Python implementation of Mapper algorithm
99readme = " README.md"
1010authors = [{ name = " Luca Simi" , email = " lucasimi90@gmail.com" }]
1111maintainers = [{ name = " Luca Simi" , email = " lucasimi90@gmail.com" }]
12- license = { file = " LICENSE " }
12+ license = " Apache-2.0 "
1313classifiers = [
1414 " Intended Audience :: Developers" ,
1515 " Intended Audience :: Science/Research" ,
1616 " Topic :: Scientific/Engineering :: Mathematics" ,
1717 " Topic :: Scientific/Engineering :: Information Analysis" ,
1818 " Topic :: Scientific/Engineering :: Visualization" ,
1919 " Topic :: Software Development :: Libraries" ,
20- " License :: OSI Approved :: Apache Software License" ,
2120 " Programming Language :: Python" ,
2221 " Programming Language :: Python :: 3" ,
2322 " Programming Language :: Python :: 3.9" ,
@@ -72,6 +71,8 @@ Homepage = "https://github.com/lucasimi/tda-mapper-python"
7271Documentation = " https://tda-mapper.readthedocs.io"
7372Issues = " https://github.com/lucasimi/tda-mapper-python/issues"
7473
74+
75+
7576[tool .setuptools .packages .find ]
7677where = [" src" ]
7778
You can’t perform that action at this time.
0 commit comments