41 lines
1.0 KiB
INI
41 lines
1.0 KiB
INI
[metadata]
|
|
name = spoc
|
|
version = 2.0.0
|
|
license = GPLv3+
|
|
author = Disassembler
|
|
author_email = disassembler@dasm.cz
|
|
description = SPOC application and container manager. A simple orchestrator for podman.
|
|
classifiers =
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: Console
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: GNU General Public License v3 or later
|
|
Operating System :: POSIX
|
|
Programming Language :: Python :: 3.5
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Topic :: System :: Installation/Setup
|
|
Topic :: System :: Systems Administration
|
|
|
|
[options]
|
|
packages = find:
|
|
package_dir = = src
|
|
py_modules = spoc_cli
|
|
python_requires = >= 3.5
|
|
install_requires = requests
|
|
|
|
[options.packages.find]
|
|
where = src
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
spoc = spoc_cli:main
|
|
|
|
[tool:pytest]
|
|
testpaths = tests
|
|
|
|
[coverage:run]
|
|
branch = True
|