We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e55d28 commit 5f6aabcCopy full SHA for 5f6aabc
pyproject.toml
@@ -0,0 +1,17 @@
1
+[tool.poetry]
2
+name = "increment-io"
3
+version = "v2023.723.0"
4
+description = "An extremely simple, yet functional counting Discord bot."
5
+authors = ["snipe_blaze <72265661+notsniped@users.noreply.github.com>"]
6
+license = "GPL-3.0"
7
+readme = "README.md"
8
+packages = [{include = "increment_io"}]
9
+
10
+[tool.poetry.dependencies]
11
+python = "^3.11"
12
+py-cord = "^2.4.1"
13
14
15
+[build-system]
16
+requires = ["poetry-core"]
17
+build-backend = "poetry.core.masonry.api"
0 commit comments