forked from aquarist-labs/wasser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
44 lines (37 loc) · 827 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
32
33
34
35
36
37
38
39
40
41
42
43
[metadata]
name = wasser
summer = Delivery and Test Automation tool
home_page = https://github.com/aquarist-labs/wasser
requires_dist = setuptools
keywords = automation, delivery
classifier =
Development Status :: 1 - Planning
Environment :: Console
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Topic :: Utilities
[options]
install_requires =
paramiko
pdb-attach
requests
openstacksdk
python-openstackclient
jinja2
packages =
find:
[options.package_data]
wasser = snippets/*.*, openstack/*.*
[options.extras_require]
tests =
pycodestyle
pylint
pytest
[options.entry_points]
console_scripts =
wasser = wasser:main
wa = wasser:main
ws = wasser:main
[pycodestyle]
max-line-length = 120