![Charles Short](/assets/img/avatar_default.png)
Removed cruft from boilerplate and cookiecutter. Story: 2010867 Task: 48556 Change-Id: I56bc11408a4c8aa450f514c7c032e61181e18c4f Signed-off-by: Charles Short <charles.short@windriver.com>
31 lines
910 B
INI
31 lines
910 B
INI
[metadata]
|
|
name = apt-ostree
|
|
summary = Hybrid image/package management system
|
|
description-file =
|
|
README.rst
|
|
author = StarlingX Developers
|
|
author-email = starlingx-discuss@lists.starlingx.io
|
|
home-page = https://www.starlingx.io/
|
|
python-requires = >=3.6
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
apt-ostree = apt_ostree.cmd.shell:main
|
|
|
|
[files]
|
|
packages =
|
|
apt_ostree
|