Add pyproject.toml
This commit is contained in:
parent
6b635eeec9
commit
a900ef6a46
1 changed files with 17 additions and 0 deletions
17
pyproject.toml
Normal file
17
pyproject.toml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
[build-system]
|
||||||
|
requires = ["setuptools"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "its-matrix-bot"
|
||||||
|
version = "0.0.1"
|
||||||
|
description = "IT-Syndikat matrix bot"
|
||||||
|
readme = "README.md"
|
||||||
|
license = {text = "GNU Affero General Public License"}
|
||||||
|
classifiers = [
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
|
]
|
||||||
|
dependencies = [
|
||||||
|
"simplematrixbotlib",
|
||||||
|
"aiohttp",
|
||||||
|
]
|
Loading…
Reference in a new issue