Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit fa6a8d3

Browse files
committed
Add some new isobot client metadata to pyproject.toml
1 parent a71382f commit fa6a8d3

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1+
[tool.poetry]
2+
name = "isobot"
3+
version = "0.1.0"
4+
description = "The Discord bot to make your server (a little bit) better."
5+
authors = ["notsniped"]
6+
license = "MIT"
7+
readme = "README.md"
8+
repository = "https://github.com/PyBotDevs/isobot"
9+
homepage = "https://pybotdevs.github.io/isobot"
10+
111
[build-system]
212
build-backend = "poetry.core.masonry.api"
313
requires = ["poetry-core>=1.0.0"]
414

15+
[tool.poetry.dependencies]
16+
python = "^3.10"
17+
api = "^0.0.7"
18+
discord = "^2.3.2"
19+
framework = { path = "path/to/framework" }
20+
521
[tool]

0 commit comments

Comments
 (0)