Skip to content

Commit 398a10d

Browse files
committed
WIP
1 parent 0292efe commit 398a10d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

poetry.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[virtualenvs]
2+
in-project = true

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ dev = [
5656
Repository = "https://github.com/habedi/template-python-library"
5757
Documentation = "https://github.com/habedi/template-python-library/blob/main/docs/index.md"
5858

59+
[tool.poetry]
60+
include = ["README.md"]
61+
packages = [{ include = "library" }]
62+
5963
[build-system]
6064
requires = ["hatchling>=1.20", "build>=1.0"]
6165
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)