forked from RayyanW786/amari.py
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
25 lines (23 loc) · 730 Bytes
/
setup.cfg
File metadata and controls
25 lines (23 loc) · 730 Bytes
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
[metadata]
name = amari.py
version = attr: amari.__version__
url = https://github.com/TheF1ng3r/amari.py
author = TheF1ng3r
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
license = MIT
license_file = LICENSE
description = An asynchronous API wrapper for the Amari API.
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8; variant=GFM
project_urls =
Documentation = https://amaripy.readthedocs.io/en/latest/
[options]
packages = amari,
install_requires =
aiohttp>=3.7.4,<4
python_requires = >=3.8