Skip to content

Commit d557ad2

Browse files
author
Menlo Innovations - CAVA Project
committed
Harrison 2719 - ETOB/GSTU - Added [project] block to pyproj.toml to get a build working for mapping tool
1 parent bfb943b commit d557ad2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
requires = ["poetry-core>=1.0.0,<2.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
33
build-backend = "poetry_dynamic_versioning.backend"
44

5+
[project]
6+
name = "imap-processing"
7+
version = "0.0.0"
8+
dependencies = []
9+
510
[tool.poetry]
611
name = "imap-processing"
712
# Gets updated dynamically by the poetry-dynamic-versioning plugin

0 commit comments

Comments
 (0)