|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["hatchling"]
|
|
|
|
|
build-backend = "hatchling.build"
|
|
|
|
|
requires = ["setuptools>=61.0"]
|
|
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
|
|
|
|
[project]
|
|
|
|
|
name = "drama_generator"
|
|
|
|
@ -8,7 +8,7 @@ version = "0.0.1"
|
|
|
|
|
authors = [
|
|
|
|
|
{ name="Tom Weber", email="tom@weber.codes" },
|
|
|
|
|
]
|
|
|
|
|
description = "Shakesperean Drama Generator"
|
|
|
|
|
description = "Shakespearean Drama Generator"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.7"
|
|
|
|
|
classifiers = [
|
|
|
|
@ -20,8 +20,6 @@ classifiers = [
|
|
|
|
|
[project.urls]
|
|
|
|
|
"repository" = "https://git.weber.codes/tom/drama_generator.git"
|
|
|
|
|
|
|
|
|
|
[tool.hatch.build]
|
|
|
|
|
include = [
|
|
|
|
|
"drama_generator/data",
|
|
|
|
|
"drama_generator/saved_models",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[tool.setuptools.packages.find]
|
|
|
|
|
where = ["src"]
|