-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
41 lines (38 loc) · 1.19 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
[metadata]
name = firecfg.py
version = 0.0.6
url = https://github.com/rusty-snake/firecfg.py
author = rusty-snake
maintainer = rusty-snake
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Intended Audience :: System Administrators
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Desktop Environment
Topic :: Security
Topic :: System
Topic :: System :: Installation/Setup
Topic :: System :: Systems Administration
license = GPL-3.0-or-later
license_files = COPYING, AUTHORS
description = An improved firecfg written in python
long_description = file: README.md
keywords = firejail, firecfg, firecfg.py
platforms = GNU/Linux
[options]
zip_safe = False
python_requires = >=3.9
include_package_data = True
packages = firecfgpy, firecfgpy.firejailer
[options.entry_points]
console_scripts = firecfg.py = firecfgpy:main
[flake8]
ignore = E501