mirror of
https://github.com/Steffo99/royalspells.git
synced 2024-11-22 07:54:23 +00:00
15 lines
373 B
TOML
15 lines
373 B
TOML
[tool.poetry]
|
|
name = "royalspells"
|
|
version = "4.0.0"
|
|
description = "A package for a mini-procedurally-generated-RPG based on names"
|
|
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|