summaryrefslogblamecommitdiff
path: root/pyproject.toml
blob: 9e51d855a5073a89bfc64b417bb85b087f337fc3 (plain) (tree)



















                                                                       
[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"