Skip to content

Commit 4cb8b05

Browse files
committed
Create pyproject.toml
1 parent 47c242e commit 4cb8b05

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pyproject.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[tool.poetry]
2+
name = "MapDatasetGenerator"
3+
version = "0.0.1"
4+
description = "MapDatasetGenerator"
5+
authors = ["Ishaan"<[email protected]>, "Adhocmaster <[email protected]>"]
6+
license = "Mozilla Public License Version 2.0"
7+
packages = [
8+
{include="junctionart", from="."},
9+
{include="pyodrx", from="."}
10+
]
11+
12+
[tool.poetry.dependencies]
13+
python = "^3.7.9"
14+
15+
16+
[tool.poetry.dev-dependencies]
17+
pytest = "^5.2"
18+
19+
[build-system]
20+
requires = ["poetry-core>=1.0.0"]
21+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)