Skip to content

Commit 602b34d

Browse files
committed
revert dynamic reqs
1 parent c12f516 commit 602b34d

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

pyproject.toml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,11 @@ authors = [
1212
{ name = "Petras Vestartas", email = "[email protected]" },
1313
]
1414
classifiers = ["License :: OSI Approved :: BSD License"]
15-
dynamic = ['dependencies', 'optional-dependencies', 'version']
15+
dynamic = ['version']
1616

1717
[project.urls]
1818
Homepage = "https://compas.dev/compas_libigl/latest/"
1919

20-
# ============================================================================
21-
# setuptools config
22-
# ============================================================================
23-
24-
# [tool.setuptools]
25-
# package-dir = { "" = "src" }
26-
# include-package-data = true
27-
# zip-safe = false
28-
29-
[tool.setuptools.dynamic]
30-
dependencies = { file = "requirements.txt" }
31-
optional-dependencies = { dev = { file = "requirements-dev.txt" } }
32-
33-
# [tool.setuptools.packages.find]
34-
# where = ["src"]
35-
3620
# ============================================================================
3721
# pytest configuration
3822
# ============================================================================

0 commit comments

Comments
 (0)