forked from adamkornafeld/mygls-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
35 lines (33 loc) · 1 KB
/
setup.cfg
File metadata and controls
35 lines (33 loc) · 1 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
[metadata]
name = mygls-rest-client
version = attr: gls.__version__.__version__
author = Adam Kornafeld
author_email = adam@kornafeld.com
url = https://github.com/adamkornafeld/mygls-python
description = MyGLS REST API client
long_description = file: README.md
long_description_content_type = text/markdown
keywords = gls, mygls, api, rest, package, parcel, label, print
license = Apache Software License 2.0 (Apache-2.0)
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
project_urls =
Documentation = https://github.com/adamkornafeld/mygls-python/blob/main/README.md
Source = https://github.com/adamkornafeld/mygls-python
[options]
python_requires = >=3.8
platforms = any
packages = find:
zip_safe = True
include_package_data = True
install_requires =
pydantic>=1.10.2,<2.0.0
requests>=2.28.1,<3.0.0
[options.extras_require]
dev =
black==22.10.0
pylint==2.15.8
test =
responses>=0.22.0,<1.0.0