diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
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" |