-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
41 lines (36 loc) · 1.18 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
# Copyright 2019, Oath Inc.
# Licensed under the terms of the BSD 3 Clause license. See LICENSE file in project root for terms.
[metadata]
author = Verizon Media Python Platform Team
author_email = [email protected]
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
description = Command line utility to run a command, installing needed python packages if it is not installed
keywords = python virtualenv pypi cli
license = BSD License
license_files = LICENSE
long_description = file:README.md
long_description_content_type = text/markdown
name = pypirun
url = https://github.com/yahoo/pypirun
version = 3.0.0
[options]
packages=
pypirun
package_dir=
=src
python_requires = >= 3.9
zip_safe = True
[options.entry_points]
console_scripts =
pypirun=pypirun.cli:main
pypirun_true=pypirun.cli:exit_ok
[screwdrivercd.version]
version_type = sdv4_SD_BUILD