forked from KatharaFramework/Kathara
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
18 lines (18 loc) · 662 Bytes
/
setup.cfg
File metadata and controls
18 lines (18 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[metadata]
name = kathara
version = 3.5.5
author = Kathara Framework
author_email = contact@kathara.org
description = A lightweight container based emulation system
long_description = file: README.md
long_description_content_type = text/markdown
url = www.kathara.org
project_urls =
Bug Tracker = https://github.com/KatharaFramework/Kathara/issues
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10