Inital Commit
This commit is contained in:
commit
83ef49e054
1 changed files with 15 additions and 0 deletions
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
[tool.poetry]
|
||||||
|
name = "lego-game"
|
||||||
|
version = "0.0.1"
|
||||||
|
description = "A very old pet project of mine"
|
||||||
|
authors = ["Firepup Sixfifty <firepyp650@gmail.com>"]
|
||||||
|
readme = "README.md"
|
||||||
|
packages = [{include = "lego_game"}]
|
||||||
|
|
||||||
|
[tool.poetry.dependencies]
|
||||||
|
python = "^3.11"
|
||||||
|
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["poetry-core"]
|
||||||
|
build-backend = "poetry.core.masonry.api"
|
Loading…
Reference in a new issue