forked from PythonistaGuild/Wavelink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
32 lines (29 loc) · 974 Bytes
/
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
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "Wavelink"
version = "2.2.1"
authors = [
{ name="EvieePy", email="[email protected]" },
]
dynamic = ["dependencies"]
description = "A robust and powerful Lavalink wrapper for discord.py"
readme = "README.rst"
requires-python = ">=3.10"
classifiers = [
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Internet",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
]
[project.urls]
"Homepage" = "https://github.com/PythonistaGuild/Wavelink"
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}