dnd_5etools_utils/pyproject.toml
David Kruger 4ee91edc61 Start of 5etools utilities and library
Copying over the bestiary from dnd_monster_stats and working on a
similar SpellList object and Spell DB.
2025-05-20 20:33:55 -07:00

28 lines
579 B
TOML

[project]
#urls = { repository = "https://gitlab.krugerlabs.us/krugd/dnd_transcribe" }
authors = [{ name = "David Kruger" }]
name = "dnd_5etools_utils"
version = "1.0.0"
description = "Random utilities using the 5etools data"
readme = "README.md"
requires-python = ">=3.9"
license = "MIT"
license-files = ["LICENSE"]
dependencies = [
]
[project.scripts]
spell_templates = "dnd5etools.scripts.spell_templates:main"
[build-system]
requires = ["setuptools"]
[tool.setuptools]
include-package-data = true
[tool.setuptools.packages.find]
where = ["."]
include = ["dnd5etools*"]