-
Notifications
You must be signed in to change notification settings - Fork 29
/
setup.cfg
44 lines (41 loc) · 1.11 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
[metadata]
name = cloudwash
author = Jitendra Yejare
author_email = [email protected]
description = The cloud resources cleanup utility
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache license
url = https://github.com/RedHatQE/cloudwash
classifiers =
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Operating System :: OS Independent
Intended Audience :: Developers
Intended Audience :: System Administrators
Topic :: Software Development
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Quality Assurance
Topic :: System :: Systems Administration
[options]
install_requires =
wrapanapi
dynaconf
click
wget
packages = find:
[options.extras_require]
setup =
setuptools
setuptools-scm
wheel
twine
dev =
pre-commit
flake8
[options.entry_points]
console_scripts =
swach = cloudwash.cli:cleanup_providers