2015-08-27 11:40:18 +02:00
|
|
|
[metadata]
|
|
|
|
name = metalsmith
|
|
|
|
summary = Deployment and Scheduling tool for Bare Metal
|
2021-05-11 15:00:37 +08:00
|
|
|
description_file = README.rst
|
2018-05-14 19:19:44 +02:00
|
|
|
author = OpenStack
|
2021-05-11 15:00:37 +08:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
home_page = https://opendev.org/openstack/metalsmith
|
2015-08-27 11:40:18 +02:00
|
|
|
license = Apache-2
|
2021-05-11 15:00:37 +08:00
|
|
|
python_requires = >=3.6
|
2015-08-27 11:40:18 +02:00
|
|
|
classifier =
|
|
|
|
Environment :: Console
|
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: OS Independent
|
|
|
|
Programming Language :: Python
|
2020-04-05 18:07:38 +02:00
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
2018-05-14 19:19:44 +02:00
|
|
|
Programming Language :: Python :: 3
|
2021-12-13 19:44:49 -06:00
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
Programming Language :: Python :: 3.7
|
2021-11-24 20:04:58 -06:00
|
|
|
Programming Language :: Python :: 3.8
|
|
|
|
Programming Language :: Python :: 3.9
|
2015-08-27 11:40:18 +02:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
metalsmith
|
|
|
|
|
2018-06-07 15:55:03 +02:00
|
|
|
data_files =
|
2020-06-24 13:15:01 +12:00
|
|
|
share/ansible/roles/ = metalsmith_ansible/roles/*
|
2020-06-24 13:40:54 +12:00
|
|
|
share/ansible/plugins/ = metalsmith_ansible/ansible_plugins/*
|
2018-06-07 15:55:03 +02:00
|
|
|
|
2015-08-27 11:40:18 +02:00
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
2018-05-08 12:12:10 +02:00
|
|
|
metalsmith = metalsmith._cmd:main
|
2024-01-26 04:26:33 +00:00
|
|
|
|
|
|
|
[codespell]
|
|
|
|
quiet-level = 4
|
|
|
|
# Words to ignore:
|
|
|
|
# ignore-words-list = example
|