removed daemon MANIFEST.in, poetry will provide
This commit is contained in:
parent
0cd3f6115d
commit
873fc0e468
3 changed files with 1 additions and 3 deletions
|
@ -1,2 +0,0 @@
|
||||||
graft core/gui/data
|
|
||||||
graft core/configservices/*/templates
|
|
|
@ -31,6 +31,5 @@ EXTRA_DIST = core \
|
||||||
scripts \
|
scripts \
|
||||||
tests \
|
tests \
|
||||||
setup.cfg \
|
setup.cfg \
|
||||||
MANIFEST.in \
|
|
||||||
poetry.lock \
|
poetry.lock \
|
||||||
pyproject.toml
|
pyproject.toml
|
||||||
|
|
|
@ -6,6 +6,7 @@ authors = ["Boeing Research and Technology"]
|
||||||
license = "BSD-2-Clause"
|
license = "BSD-2-Clause"
|
||||||
repository = "https://github.com/coreemu/core"
|
repository = "https://github.com/coreemu/core"
|
||||||
documentation = "https://coreemu.github.io/core/"
|
documentation = "https://coreemu.github.io/core/"
|
||||||
|
include = ["core/gui/data/**/*", "core/configservices/*/templates"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.6"
|
python = "^3.6"
|
||||||
|
|
Loading…
Add table
Reference in a new issue