Skip to content

Commit c164d8a

Browse files
committed
Fixed license
1 parent 7ca847b commit c164d8a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ description = "A simple and efficient Python implementation of Mapper algorithm
99
readme = "README.md"
1010
authors = [{ name = "Luca Simi", email = "lucasimi90@gmail.com" }]
1111
maintainers = [{ name = "Luca Simi", email = "lucasimi90@gmail.com" }]
12-
license = { file = "LICENSE" }
12+
license = "Apache-2.0"
1313
classifiers = [
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"
7271
Documentation = "https://tda-mapper.readthedocs.io"
7372
Issues = "https://github.com/lucasimi/tda-mapper-python/issues"
7473

74+
75+
7576
[tool.setuptools.packages.find]
7677
where = ["src"]
7778

0 commit comments

Comments
 (0)