summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 4c0a8b2f409cff8bd71718c01786109844522805 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "walu"
version = "0.0.2"
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"