-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
35 lines (33 loc) · 1.05 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
[build-system]
requires = ["setuptools >=67"]
build-backend = "setuptools.build_meta"
[project]
name = "alfetcher"
requires-python = ">=3.8"
description = "A simple library to help you fetch data from AniList."
authors = [{name = "Dominik Procházka"}]
maintainers = [{name = "Dominik Procházka"}]
keywords = ["python", "anilist", "al"]
dynamic = ["version"]
readme = "README.md"
dependencies = [
"requests",
"flask",
"gevent"
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: Flask",
"Topic :: Database",
"Topic :: Games/Entertainment",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
[project.urls]
"Homepage" = "https://github.com/prochy-exe/alfetcher"
"Documentation" = "https://github.com/prochy-exe/alfetcher/wiki"
"Source" = "https://github.com/prochy-exe/alfetcher"