Skip to content

Commit 74c08d7

Browse files
author
s0j08om
committed
updating pyproject.toml
1 parent 5f38f62 commit 74c08d7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ description = 'basics utility and stream processing functionality'
1616
readme = { file = "README.md", content-type = "text/markdown" }
1717
license = { file = "LICENSE" }
1818
requires-python = ">= 3.8"
19-
dynamic = ["dependencies", "version"]
19+
dynamic = [
20+
"dependencies",
21+
"version",
22+
"optional-dependencies",
23+
]
2024
keywords = ["stream", "streamAPI", "fluent"]
2125
classifiers = [
2226
# 3 - Alpha
@@ -43,4 +47,6 @@ Issues = "https://github.com/ShivKJ/Stream/issues"
4347

4448
[tool.setuptools.dynamic]
4549
version = { attr = "streamAPI.__version__" }
50+
4651
dependencies = { file = ["requirements/requirements.txt"] }
52+
optional-dependencies.test = { file = ["requirements/test-requirements.txt"] }

0 commit comments

Comments
 (0)