From fea4addaa6659aff6b324ee4db4b4223df22d591 Mon Sep 17 00:00:00 2001 From: alyx Date: Thu, 23 Nov 2023 23:00:44 -0500 Subject: Packaging! --- pyproject.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..8ad0fbb --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,23 @@ +[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" -- cgit v1.2.3-54-g00ecf