Remove package declaration
This commit is contained in:
parent
c94afef1a3
commit
70ecc0a678
|
@ -4,10 +4,9 @@ version = "0.1.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Chris Proctor <chris@chrisproctor.net>"]
|
authors = ["Chris Proctor <chris@chrisproctor.net>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
packages = [{include = "project_game"}]
|
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
python = "^3.10"
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
|
Loading…
Reference in New Issue