This commit is contained in:
parent
c00361b2ec
commit
08b69e5d0a
0
__init__.py
Normal file
0
__init__.py
Normal file
|
@ -33,6 +33,9 @@ isort = "^5.13.2"
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
|
[[tool.poetry.packages]]
|
||||||
|
include = "./*"
|
||||||
|
|
||||||
[tool.setuptools.dynamic]
|
[tool.setuptools.dynamic]
|
||||||
version = {attr = "core.__version__"}
|
version = {attr = "core.__version__"}
|
||||||
readme = {file = "README.md"}
|
readme = {file = "README.md"}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user