-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
40 lines (34 loc) · 808 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
[metadata]
name = wolkenbrot
author = Oz N Tiram
author-email = [email protected]
summary = Create and Manage AWS EC2 AMI cloud images
description-file = README.md
long_description_content_type = text/markdown
home-page = https://github.com/oz123/wolkenbrot
license = MIT
classifier =
Development Status :: 3 - Alpha
Programming Language :: Python
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Software Development
[files]
packages =
wolkenbrot
[entry_points]
console_scripts =
wolkenbrot = wolkenbrot:main
[extras]
dev =
coverage
pytest
moto
pytest-cov
openstack =
openstacksdk
[tool:pytest]
addopts = -vv
python_files = tests/*.py