chore(build): add MANIFEST.in for package data inclusion and update pyproject.toml for setuptools configuration
This commit is contained in:
3
MANIFEST.in
Normal file
3
MANIFEST.in
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
recursive-include meshchatx/public *
|
||||||
|
recursive-include meshchatx/src *
|
||||||
|
|
||||||
@@ -49,7 +49,13 @@ cx-freeze = ">=7.0.0"
|
|||||||
[[tool.poetry.include]]
|
[[tool.poetry.include]]
|
||||||
path = "logo"
|
path = "logo"
|
||||||
|
|
||||||
[build-system]
|
[tool.setuptools]
|
||||||
requires = ["poetry-core>=2.0"]
|
packages = {find = {}}
|
||||||
build-backend = "poetry.core.masonry.api"
|
|
||||||
|
[tool.setuptools.package-data]
|
||||||
|
meshchatx = ["public/**/*", "public/*"]
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["setuptools>=65.0", "wheel"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user