zuul-jobs/tools/dummy-package/setup.cfg
Ian Wienand db519e0e41
ensure-pip: use dummy package for testing
This currently uses zuul-client to test installation.  Unfortunately
for the testing the recent release dropped support for older pythons
we still need to test with.

To avoid this, make a dummy package that we include in zuul-jobs that
does nothing, but will also install anywhere.

Change-Id: Ia1beed2b21f39db4e2ab75258425d7897238ecf6
2022-11-07 10:37:53 +11:00

33 lines
984 B
INI

[metadata]
name = dummy-package
version = 0.0.1
summary = Dummy Package
description-file =
README.rst
author = OpenStack Infrastructure Team
author-email = openstack-infra@lists.openstack.org
home-page = http://docs.opendev.org/infra/system-config/
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[files]
packages =
dummy_package
[entry_points]
console_scripts =
dummy-package = dummy_package:console