[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", ] dependencies = [ "requests == 2.31.*" ] [project.urls] Repository = "https://git.aleteoryx.me/cgit/bbss.py" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"