aboutsummaryrefslogblamecommitdiffstats
path: root/pyproject.toml
blob: 8ad0fbb3d1305958aab1f93eb9b2dcfe090aba6f (plain) (tree)






















                                                                        
[project]
name = "bbss"
version = "0.0.1"
authors = [
  { name="Aleteoryx", email="alyx@aleteoryx.me" },
]
description = "Module/CLI for Melon's Button Badge Sharing System(BBSS)"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
    "Programming Language :: Python :: 3",
    "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
    "Operating System :: OS Independent",
    "Environment :: Console",
    "Topic :: Internet :: WWW/HTTP",
]

[project.urls]
Repository = "https://git.aleteoryx.me/cgit/bbss.py"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"