change to hatchling, test

master
Tom Weber 2 years ago
parent a4eaf7ff90
commit c76cf98539

@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "drama_generator"
@ -18,4 +18,10 @@ classifiers = [
]
[project.urls]
"Homepage" = "https://git.weber.codes/tom/drama_generator.git"
"repository" = "https://git.weber.codes/tom/drama_generator.git"
[tool.hatch.build]
include = [
"drama_generator/data",
"drama_generator/saved_models",
]
Loading…
Cancel
Save