-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
45 lines (40 loc) · 1.48 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
[tool.poetry]
name = "koyunotlatan"
version = "0.1.0"
description = "Ak koyun ak bacağından, kara koyun kara bacağından asılır. Fakat koyunotlatan'ın mahareti, renkten öte, otlatma sanatındadır."
authors = ["oldventura <[email protected]>"]
maintainers = ["Asim-Tahir <[email protected]>"]
license = "GPLv3"
readme = "README.md"
keywords = ["reddit", "reddit-bot", "chatbot", "chat", "bot"]
classifiers = [
"Development Status :: 3 - Alpha",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows :: Windows 10",
"Operating System :: Microsoft :: Windows :: Windows 11",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: Turkish",
"Topic :: Communications :: Chat",
]
packages = [
{ include = "koyunotlatan" },
]
[tool.poetry.scripts]
dev = 'koyunotlatan.main:main'
[tool.poetry.dependencies]
python = ">= 3.9, < 3.12"
praw = "^7.7.1"
psaw = "^0.1.0"
numpy = "^1.26.3"
[tool.poetry.urls]
Homepage = "https://github.com/KGBTR/koyunotlatan"
Documentation = "https://github.com/KGBTR/koyunotlatan/README.md"
Repository = "https://github.com/KGBTR/koyunotlatan.git"
Issues = "https://github.com/KGBTR/koyunotlatan/issues"
Changelog = "https://github.com/KGBTR/koyunotlatan/blob/main/CHANGELOG.md"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"