From 102429b18255f0364426fd377ac988c3d4624e6f Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 11 Feb 2024 15:58:43 +0530 Subject: repo: init --- pyproject.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..9e51d85 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,20 @@ +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" + +[project] +name = "walu" +version = "0.0.1" +dependencies = [ 'dnspython' ] +requires-python = ">=3.8" + +authors = [{ name="sinanmohd", email="sinan@sinanmohd.com" }] +description = "captive portal for python" +classifiers = [ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "Topic :: System :: Operating System Kernels :: Linux" +] + +[project.urls] +Homepage = "https://git.sinanmohd.com/walu.py" -- cgit v1.2.3