Skip to content

Commit 75f2495

Browse files
it deleted everything last commit bruh
1 parent c945f36 commit 75f2495

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pyproject.toml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[tool.poetry]
2+
name = "discord-ext-paginator"
3+
version = "2.1.0"
4+
description = "A paginator using views and buttons"
5+
authors = ["Philskillz_ <philipp.nikos@gmail.com>"]
6+
license = "MIT"
7+
packages = [{ include = "discord" }]
8+
9+
[tool.poetry.dependencies]
10+
python = "^3.8"
11+
12+
[tool.poetry.dev-dependencies]
13+
"discord.py" = { git = "https://github.com/Rapptz/discord.py.git", branch = "master" }
14+
15+
[build-system]
16+
requires = ["poetry-core>=1.0.0"]
17+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)