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]
|
||||
name = "core"
|
||||
version = "6.6.0"
|
||||
description = ""
|
||||
authors = []
|
||||
description = "CORE Common Open Research Emulator"
|
||||
authors = ["Boeing Research & Technology"]
|
||||
license = "BSD-2-Clause"
|
||||
repository = "https://github.com/coreemu/core"
|
||||
documentation = "https://coreemu.github.io/core/"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
|
|
Loading…
Reference in a new issue