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 \
|
||||
tests \
|
||||
setup.cfg \
|
||||
MANIFEST.in \
|
||||
poetry.lock \
|
||||
pyproject.toml
|
||||
|
|
|
@ -6,6 +6,7 @@ authors = ["Boeing Research and Technology"]
|
|||
license = "BSD-2-Clause"
|
||||
repository = "https://github.com/coreemu/core"
|
||||
documentation = "https://coreemu.github.io/core/"
|
||||
include = ["core/gui/data/**/*", "core/configservices/*/templates"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
|
|
Loading…
Reference in a new issue