install: add option to support building a wheel from poetry and installing locally

This commit is contained in:
Blake Harnden 2020-09-11 15:05:49 -07:00
parent b9a14fbe0c
commit 0668d0a49b
3 changed files with 47 additions and 26 deletions

View file

@ -6,7 +6,14 @@ 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"]
include = [
"core/api/grpc/*",
"core/configservices/*/templates",
"core/constants.py",
"core/gui/data/**/*",
]
exclude = ["core/constants.py.in"]
[tool.poetry.dependencies]
python = "^3.6"