-
Notifications
You must be signed in to change notification settings - Fork 11
/
setup.cfg
73 lines (64 loc) · 1.79 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
[metadata]
author = Dwight Hubbard
author_email = [email protected]
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
description = Tool to abstract host deployment of Python packages
description_content_type = text/markdown
description-file = README.rst
keywords = packaging deployment
license = BSD License
license_file = LICENSE.txt
long_description = file:README.md
long_description_content_type = text/markdown
name = invirtualenv
project_urls =
Source Code = https://github.com/yahoo/invirtualenv
Documentation = https://invirtualenv.readthedocs.io/en/latest/?badge=latest
url = https://github.com/yahoo/invirtualenv
version = 24.9.4
[options]
install_requires =
defusedxml
distro
jinja2
requests>=2.22.0
six>=1.5
virtualenv<20.22.0
wheel
urllib3
configparser; python_version<"3.4"
packages =
invirtualenv
invirtualenv_plugins
invirtualenv_plugins.docker_scripts
invirtualenv_plugins.rpm_scripts
python_requires = >=2.7.5
zip_safe = True
[options.entry_points]
console_scripts =
invirtualenv=invirtualenv.cli:main
invirtualenv.plugin =
docker = invirtualenv_plugins.docker:InvirtualenvDocker
parsedconfig = invirtualenv_plugins.parsedconfig:InvirtualenvParsedConfig
rpm = invirtualenv_plugins.rpm:InvirtualenvRPM
[options.extras_require]
test =
pytest
pytest-cov
vcrpy-unittest
doc_build =
sphinx
sphinx_bootstrap_theme
guzzle_sphinx_theme
sphinx_rtd_theme
recommonmark
[bdist_wheel]
universal=1
[screwdrivercd.version]
version_type = sdv4_date