forked from WebReply/wstools
-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
setup.cfg
70 lines (59 loc) · 1.48 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[metadata]
name = wstools
author = Makina Corpus
author-email = python@makina-corpus.com
maintainer = Sorin Sbarnea
maintainer-email = sorin.sbarnea@gmail.com
summary = WSDL parsing services package for Web Services for Python.
long_description = file: README.rst
long_description_content_type = text/x-rst
home-page = https://github.com/pycontribs/wstools
license = BSD
classifier =
Development Status :: 5 - Production/Stable
Environment :: Other Environment
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Internet :: WWW/HTTP
keywords =
api
wstools
wdsl
web
[files]
packages =
wstools
[entry_points]
pbr.config.drivers =
plain = pbr.cfg.driver:Plain
[egg_info]
egg_base = .
[aliases]
test=pytest
[bdist_wheel]
universal = 1
[build_sphinx]
source-dir = docs
build-dir = docs/build
all_files = 1
[upload_sphinx]
upload-dir = docs/build/html
[flake8]
max-line-length=160
enable-extensions = H106,H203,H904
exclude=build,.eggs,.tox
statistics=yes
ignore=D,E402,H405,H,B001,B002,W503,W504
[pbr]
warnerrors = true
[pycodestyle]
max-line-length=160
exclude = .eggs,.tox,build