Skip to content

Commit 37a3908

Browse files
committed
update pyproject info
1 parent 78f83d0 commit 37a3908

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,15 @@ classifiers = [
1919
"License :: OSI Approved :: MIT License",
2020
"Operating System :: OS Independent",
2121
]
22+
dependencies = [
23+
"requests"
24+
]
25+
#dynamic = ["version"]
26+
#[tool.setuptools_scm]
2227

2328
[project.urls]
2429
Homepage = "https://github.com/FahrJo/datanorm"
2530
Issues = "https://github.com/FahrJo/datanorm/issues"
2631

27-
[tool.setuptools.packages.find]
28-
exclude = ["tests*"]
32+
[tool.setuptools]
33+
packages = ["datanorm"]

0 commit comments

Comments
 (0)