-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (28 loc) · 994 Bytes
/
setup.cfg
File metadata and controls
29 lines (28 loc) · 994 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
26
27
28
29
[metadata]
name = yclients-api
version = 0.0.7
author = Nikita Shalashkov
author_email = nikita.shalashkov@gmail.com
url = https://github.com/CoolmixZero/yclients-api-python
description = Python YCLIENTS REST API wrapper on ujson and httpx
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
platform = any
keywords = yclients, api, wrapper, python, httpx, ujson
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development :: Libraries :: Python Modules
project_urls =
Bug Tracker = https://github.com/CoolmixZero/yclients-api-python/issues
[options]
packages = find:
python_requires = >= 3.7