-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
28 lines (27 loc) · 899 Bytes
/
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
[metadata]
name = gists.py
version = 1.2.6
description = A simple asynchronous python wrapper for the GitHub Gists API
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/WitherredAway/gists.py
author = Witherr
author_email = [email protected]
license = GPL-3.0
license_file = LICENSE
classifiers =
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
project_urls =
Issue Tracker = https://github.com/WitherredAway/gists.py/issues
[options]
packages = find:
python_requires = >=3.8
install_requires =
aiohttp == 3.8.3