blob: 4d5eefc085d89f73e44cc1ceef7fc3c2d82e8856 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "petthecord"
description = "Web API for petting any user you want"
readme = "README.md"
version = "v1.4.5"
dependencies = [
"discord.py==2.4.0",
"aiohttp==3.10.5",
"pet-pet-gif@git+https://github.com/camprevail/pet-pet-gif@28a4a5d18b312bcb84e6dcd461c0e16fc6d2bf16",
]
authors = [{name = "Nakidai", email = "nakidai@disroot.org"}]
classifiers = [
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.12",
]
[project.scripts]
petthecord = "petthecord:main"
|