install: add option to support building a wheel from poetry and installing locally
This commit is contained in:
parent
b9a14fbe0c
commit
0668d0a49b
3 changed files with 47 additions and 26 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue