summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2024-04-21 19:17:51 +0200
committerjaseg <git@jaseg.de>2024-04-21 19:22:24 +0200
commit2af2479196370f5a1ab3d7f1c275d80047e5c258 (patch)
tree2d86446a35d0498fbf69f27866e3df3be9376acb /pyproject.toml
parent965001f89707e6f248b1e0bbd8932572eb4e9589 (diff)
downloadtaep-2af2479196370f5a1ab3d7f1c275d80047e5c258.tar.gz
taep-2af2479196370f5a1ab3d7f1c275d80047e5c258.tar.bz2
taep-2af2479196370f5a1ab3d7f1c275d80047e5c258.zip
Repo re-org, update README
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f71352a..8faf7ec 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,10 +3,10 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
-py-modules = ['bruder']
+py-modules = ['taep']
[project]
-name = "bruder"
+name = "taep"
version = "v1.0.0-rc1"
description = "Print pictures as collages using label tape printers"
readme = "README.rst"
@@ -36,5 +36,5 @@ classifiers = [
]
[project.urls]
-homepage = "https://github.com/jaseg/bruder"
+homepage = "https://github.com/jaseg/taep"