-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathsetup.cfg
81 lines (74 loc) · 1.8 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
71
72
73
74
75
76
77
78
79
80
81
[metadata]
name = saltext.vmware
description = Salt Extension Modules for VMware
long_description = file: README.md
long_description_content_type = text/markdown
author = VMware, Inc.
author_email = [email protected]
maintainer = Joey Gibson
maintainer_email = [email protected]
keywords = salt-extension
url = https://docs.saltproject.io/salt/extensions/salt-ext-modules-vmware/en/latest/index.html
project_urls =
Source=https://github.com/saltstack/salt-ext-modules-vmware
Tracker=https://github.com/saltstack/salt-ext-modules-vmware/issues
license = Apache Software License
classifiers =
Programming Language :: Python
Programming Language :: Cython
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
platforms = any
[options]
zip_safe = False
include_package_data = True
package_dir =
=src
packages = find_namespace:
python_requires = >= 3.10
setup_requires =
wheel
setuptools<69.0,>=65.6.3
setuptools_scm[toml]>=3.4
setuptools-declarative-requirements
install_requires =
setuptools<69.0,>=65.6.3
salt>=3006
pyvmomi==7.0.3
jinja2>=3.1.0
config_modules_vmware
[options.extras_require]
tests =
pytest>=6.1.0
pytest-cov
pytest-salt-factories>=1.0.1
dev =
nox
towncrier==23.11.0
release =
twine
wheel
towncrier==22.12.0
docs =
sphinx
furo
sphinx-prompt
sphinxcontrib-spelling
towncrier==22.12.0
[options.packages.find]
where = src
exclude =
tests
[options.entry_points]
salt.loader=
saltext.vmware = saltext.vmware
[bdist_wheel]
# Use this option if your package is pure-python
universal = 1
[build_sphinx]
source_dir = docs
build_dir = build/sphinx