Skip to content

Commit ca3773d

Browse files
committed
Added a minimal pyproject.toml.
1 parent 1c5db61 commit ca3773d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[project]
2+
name = "pynch"
3+
version = "1.0.0"
4+
dynamic = ["dependencies"]
5+
[tool.setuptools]
6+
package-dir = {"" = "pynch"}
7+
[tool.setuptools.dynamic]
8+
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)