-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
31 lines (29 loc) · 885 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
29
30
31
[bdist_wheel]
universal = 0
[tool:pytest]
pep8ignore = E128 E501
pep8maxlinelength = 100
[metadata]
name = python-edbo-connector
version = 1.0.4-6
author = Eldar Aliiev
author-email = [email protected]
summary = Python connector for EDBO based on python-requests
home-page = https://github.com/EldarAliiev/python-edbo-connector
requires-dist = setuptools
classifier =
Development Status :: 5 - Production/Stable
Natural Language :: English
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Intended Audience :: Developers
Intended Audience :: System Administrators
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Communications
license_file = LICENSE
description-file =
README.rst
AUTHORS.rst