From aa47312ce0bab848a56b56b5a36d0a2dcce845ef Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 30 Jan 2023 12:21:16 +0100 Subject: [PATCH] pyproject --- pyproject.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..5bf48b1 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,21 @@ +[project] +authors = [ + { name='Marc Beninca', email='git@marc.beninca.link' }, +] +maintainers = [ + { name='Marc Beninca', email='git@marc.beninca.link' }, +] +classifiers = [ + 'Programming Language :: Python :: 3', + 'License :: OSI Approved :: GNU Affero General Public License v3', + 'Operating System :: OS Independent', +] +description = 'Debian Repository Mirror Profile' +name = 'drmp' +readme = 'readme.md' +requires-python = '>=3.6' +version = '0.0.1' + +[build-system] +requires = ['hatchling'] +build-backend = 'hatchling.build'