-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
41 lines (39 loc) · 1.37 KB
/
setup.cfg
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
[metadata]
name = nekosbest
description = A simple async Python wrapper for nekos.best API.
version = attr: nekosbest.__version__
license = AGPLv3
license_file = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
author = PredaaA (preda__)
url = https://github.com/nekos-best/nekos-best.py
project_urls =
Issue Tracker = https://github.com/nekos-best/nekos-best.py/issues
Source Code = https://github.com/nekos-best/nekos-best.py
classifiers =
# List at https://pypi.org/pypi?%3Aaction=list_classifiers
Development Status :: 5 - Production/Stable
Framework :: AsyncIO
Intended Audience :: Developers
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Natural Language :: English
Operating System :: OS Independent
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
Topic :: Internet
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
[options]
include_package_data = False
packages = find_namespace:
python_requires = >=3.8.0
install_requires =
aiohttp>=3.7.4,<4
[options.packages.find]
include =
nekosbest