removed daemon MANIFEST.in, poetry will provide

This commit is contained in:
Blake Harnden 2020-07-14 12:49:40 -07:00
parent 0cd3f6115d
commit 873fc0e468
3 changed files with 1 additions and 3 deletions

View file

@ -1,2 +0,0 @@
graft core/gui/data
graft core/configservices/*/templates

View file

@ -31,6 +31,5 @@ EXTRA_DIST = core \
scripts \
tests \
setup.cfg \
MANIFEST.in \
poetry.lock \
pyproject.toml

View file

@ -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"