-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
48 lines (41 loc) · 1.07 KB
/
setup.cfg
File metadata and controls
48 lines (41 loc) · 1.07 KB
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
42
43
44
45
46
47
48
[metadata]
name = margay
description = SDK for Margay Gateway - provide tooling and examples of usage.
keywords = api, geteway, websocket, tools, margay
long_description = file: README.md
long_description_content_type = text/markdown
author = Max Nikitenko
author_email = moaddib666@gmail.com
url = https://github.com/moaddib666/wss-api-gateway.sdk.python
platforms = any
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
python_requires = >=3.8
packages=find:
install_requires =
websocket-client
kombu
pydantic
pyjwt
[options.extras_require]
test =
[options.packages.find]
exclude =
examples*
docs*
include=margay*
[options.entry_points]
[semantic_release]
version_source=tag
upload_to_PyPI = true
upload_to_release = true
major_on_zero = false
branch=main
version_variable = setup.py:__version__