aboutsummaryrefslogblamecommitdiffstats
path: root/pyproject.toml
blob: 5dd38ce1c080e7507b4dead182768ef5afab8557 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                        
                                       






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