-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
72 lines (51 loc) · 1.37 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[metadata]
name = nspawn
version = 0.7.0
requires-python = >=3.11
author = Andrei Pozolotin
author-email = andrei.pozolotin@gmail.com
summary = Containers with systemd-nspawn
description-file = readme.md
description-content-type = text/markdown; charset=UTF-8
home-page = https://github.com/random-python/nspawn
license = Apache-2
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
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.11
Topic :: System :: Systems Administration
Topic :: Terminals
Topic :: Utilities
keywords =
nspawn
container
systemd
systemd-nspawn
[files]
[options]
packages =
nspawn
nspawn_test
package_dir =
nspawn = src/main/nspawn
nspawn_test = src/test/nspawn_test
[entry_points]
console_scripts =
nspawn-build = nspawn.app.engine.build:main
nspawn-setup = nspawn.app.engine.setup:main
nspawn-hatch = nspawn.app.hatcher.main:main
nspawn-enter = nspawn.app.nsenter.main:main
[pbr]
warnerrors = True
skip_authors = True
skip_git_sdist = False
skip_changelog = True
[build_reno]
rel-notes-dir = reno
output-file = RELEASE.rst