remove pyproject.toml

This commit is contained in:
Thomas Peetz
2025-01-21 20:14:27 +01:00
parent e8660faa06
commit 0cc73c09aa
-29
View File
@@ -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"