-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpyproject.toml
35 lines (32 loc) · 1.1 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[build-system]
requires = ["setuptools", "orjson", "pyloggor", "websocket_client"]
[project]
name = "DankCord"
version = "0.0.2.5"
description = "The first python library for Dank Memer selfbots. Incredibly fast, secure, strong, and reliable."
license = {text = "MIT"}
authors = [
{author = "Sxvxge", email = "sxvxge69@gmail.com"},
{author = "ThePrivatePanda", email = "contact@privatepanda.co"}
]
maintainers = [
{author = "Sxvxge", email = "sxvxge69@gmail.com"},
{author = "ThePrivatePanda", email = "contact@privatepanda.co"}
]
readme = "README.md"
keywords = [
"bot", "automation", "discord", "discord-bot", "dank-memer",
"dankmemer", "dank-memer-farm", "dank-memer-farmer", "dank-memer-coins",
"dank-memer-coins-farmer"
]
[tool.poetry.urls]
"Author Portfolio" = "https://sxvxge.dev"
Discord = "https://discord.gg/XaQ6FAP3sm"
Github = "https://www.github.com/Sxvxgee/DankCord"
[tool.poetry]
repository = "https://github.com/Sxvxgee/DankCord"
documentation = "https://github.com/Sxvxgee/DankCord/blob/master/README.md"
requires-python = ">=3.8"
packages = [
{ include = "DankCord" }
]