updated pyproject.toml to align with setup.py as is

This commit is contained in:
Blake Harnden 2020-07-14 12:13:41 -07:00
parent df01f04444
commit 7b3f934e95

View file

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