We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fe282 commit 8528e73Copy full SHA for 8528e73
pyproject.toml
@@ -23,11 +23,9 @@ classifiers = [
23
"Programming Language :: Python :: 3.10",
24
"Programming Language :: Python :: 3.11",
25
"Programming Language :: Python :: 3.12",
26
- "Programming Language :: Python :: 3.13",
27
"Programming Language :: Python :: 3 :: Only",
28
"License :: OSI Approved :: MIT License"
29
]
30
-
31
dependencies = [
32
"leidenalg",
33
"matplotlib",
@@ -40,11 +38,8 @@ dependencies = [
40
38
"tqdm"
41
39
42
43
-[project.urls]
44
-Homepage = "https://github.com/ragibson/ModularityPruning"
45
46
-[tool.setuptools.packages.find]
47
-include = ["modularitypruning"]
+[tool.setuptools]
+packages = ["modularitypruning"]
48
49
[tool.setuptools.package-dir]
50
modularitypruning = "utilities"
0 commit comments