Skip to content

Commit 8528e73

Browse files
committed
Correct pyproject-style module renaming
1 parent 38fe282 commit 8528e73

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26-
"Programming Language :: Python :: 3.13",
2726
"Programming Language :: Python :: 3 :: Only",
2827
"License :: OSI Approved :: MIT License"
2928
]
30-
3129
dependencies = [
3230
"leidenalg",
3331
"matplotlib",
@@ -40,11 +38,8 @@ dependencies = [
4038
"tqdm"
4139
]
4240

43-
[project.urls]
44-
Homepage = "https://github.com/ragibson/ModularityPruning"
45-
46-
[tool.setuptools.packages.find]
47-
include = ["modularitypruning"]
41+
[tool.setuptools]
42+
packages = ["modularitypruning"]
4843

4944
[tool.setuptools.package-dir]
5045
modularitypruning = "utilities"

0 commit comments

Comments
 (0)