diff --git a/python/kontor-cli/pyproject.toml b/python/kontor-cli/pyproject.toml deleted file mode 100644 index f65e841..0000000 --- a/python/kontor-cli/pyproject.toml +++ /dev/null @@ -1,29 +0,0 @@ -[build-system] -requires = ["setuptools"] -build-backend = "setuptools.build_meta" - -[project] -name = "kontor-cli" -version = "0.1.0" -description = "Kontor CLI Application" -authors = [ - {name = "Thomas Peetz", email = "thomas.peetz@thpeetz.de"}, -] -maintainers = [ - {name = "Thomas Peetz", email = "thomas.peetz@thpeetz.de"}, -] -readme = "README.md" -classifiers = [ - "Development Status :: 3 - Alpha", - "Environment :: Console", - "Programming Language :: Python", - "Programming Language :: Python :: 3.10", - "Topic :: Utilities", -] - -dependencies = [ -] -requires-python = ">= 3.10" - -[projects.scripts] -kontor = "kontor.main:main"