1 parent 0292efe commit 398a10dCopy full SHA for 398a10d
2 files changed
poetry.toml
@@ -0,0 +1,2 @@
1
+[virtualenvs]
2
+in-project = true
pyproject.toml
@@ -56,6 +56,10 @@ dev = [
56
Repository = "https://github.com/habedi/template-python-library"
57
Documentation = "https://github.com/habedi/template-python-library/blob/main/docs/index.md"
58
59
+[tool.poetry]
60
+include = ["README.md"]
61
+packages = [{ include = "library" }]
62
+
63
[build-system]
64
requires = ["hatchling>=1.20", "build>=1.0"]
65
build-backend = "hatchling.build"
0 commit comments