about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNakidai <plaza521@inbox.ru>2024-09-04 19:34:45 +0300
committerNakidai <plaza521@inbox.ru>2024-09-04 19:37:18 +0300
commit5ae48feb9cc03241a5c6b2578a357db5736ba359 (patch)
tree75f43caee6f3dd1a942ac25415b3cf8b67f9e4b3 /pyproject.toml
downloadpetthecord-5ae48feb9cc03241a5c6b2578a357db5736ba359.tar.gz
petthecord-5ae48feb9cc03241a5c6b2578a357db5736ba359.zip
Initial commit
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..5b7db47
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,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.0.0"
+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 = "plaza521@inbox.ru"}]
+classifiers = [
+    "License :: OSI Approved :: BSD License",
+    "Programming Language :: Python :: 3.12",
+]
+
+[project.scripts]
+petthecord = "petthecord:main"