updated pyproject.toml to align with setup.py as is
This commit is contained in:
parent
df01f04444
commit
7b3f934e95
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "core"
|
name = "core"
|
||||||
version = "6.6.0"
|
version = "6.6.0"
|
||||||
description = ""
|
description = "CORE Common Open Research Emulator"
|
||||||
authors = []
|
authors = ["Boeing Research & Technology"]
|
||||||
|
license = "BSD-2-Clause"
|
||||||
|
repository = "https://github.com/coreemu/core"
|
||||||
|
documentation = "https://coreemu.github.io/core/"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.6"
|
python = "^3.6"
|
||||||
|
|
Loading…
Reference in a new issue