-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
setup.cfg
64 lines (52 loc) · 1.55 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
[aliases]
dists = clean --all sdist bdist_wheel
[bdist_wheel]
universal = 1
[metadata]
name = selinux
url = https://github.com/pycontribs/selinux
project_urls =
Bug Tracker = https://github.com/pycontribs/selinux/issues
Release Management = https://github.com/pycontribs/selinux/releases
Source Code = https://github.com/pycontribs/selinux
description = shim selinux module
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
history = file: HISTORY.rst
author = Sorin Sbarnea
author_email = [email protected]
maintainer = Sorin Sbarnea
maintainer_email = [email protected]
license = MIT license
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: System :: Systems Administration
Topic :: Utilities
keywords =
selinux
virtualenv
[options]
use_scm_version = True
python_requires = >=3.9
packages = find:
include_package_data = True
zip_safe = True
install_requires =
distro>=1.3.0
# These are required during `setup.py` run:
setup_requires =
setuptools_scm >= 7.0.0
[options.packages.find]
where = .