-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
39 lines (36 loc) · 1.11 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
36
37
38
39
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "dredarkLeaderboardLib"
version = "2.2.0"
authors = [
{ name="JaWarrior12"},
]
description = "A Library to fetch from the Deep Space Airships leaderboards."
keywords = ["dredark.io","drednot.io","drednot","dredark","deep space airships", "jawarrior", "jamwarior", "leaderboard"]
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.10"
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Natural Language :: English"
]
dependencies = [
"beautifulsoup4>=4.12.3",
"bs4>=0.0.2",
"certifi>=2024.8.30",
"charset-normalizer>=3.3.2",
"idna>=3.8",
"requests>=2.32.3",
"soupsieve>=2.6",
"urllib3>=2.2.3"
]
[project.urls]
Homepage = "https://github.com/JaWarrior12/dredarkLeaderboardLib"
Issues = "https://github.com/JaWarrior12/dredarkLeaderboardLib/issues"
Wiki = "https://github.com/JaWarrior12/dredarkLeaderboardLib/wiki"
Discord = "https://discord.gg/WGmCS7pJ48"