forked from containers/python-podman
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
41 lines (39 loc) · 1.05 KB
/
setup.cfg
File metadata and controls
41 lines (39 loc) · 1.05 KB
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
[metadata]
name = podman
home-page = https://github.com/containers/python-podman
summary = A library to interact with a Podman server
description-file =
README.md
ChangeLog
AUTHORS
author = Jhon Honce
long_description_content_type = text/markdown
author_email = jhonce@redhat.com
license = Apache Software License
project_urls =
Bug Tracker = https://github.com/containers/python-podman/issues
Source Code = https://github.com/containers/python-podman
python-requires = >=3.5
classifier =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development
keywords = varlink, libpod, podman
requires-dist =
setuptools
wheel
[files]
packages =
podman
[extras]
devel=
fixtures
pbr
tox
bandit