mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-10 11:31:25 +00:00
setup.py: Add additional information.
This commit is contained in:
parent
2496ae0509
commit
ce15d9b218
8
setup.py
8
setup.py
@ -129,7 +129,7 @@ ext_py_mods = [Extension('setools.policyrep', ['setools/policyrep.pyx'],
|
|||||||
|
|
||||||
setup(name='setools',
|
setup(name='setools',
|
||||||
version='4.3.0-dev',
|
version='4.3.0-dev',
|
||||||
description='SELinux Policy tools.',
|
description='SELinux policy analysis tools.',
|
||||||
author='Chris PeBenito',
|
author='Chris PeBenito',
|
||||||
author_email='pebenito@ieee.org',
|
author_email='pebenito@ieee.org',
|
||||||
url='https://github.com/SELinuxProject/setools',
|
url='https://github.com/SELinuxProject/setools',
|
||||||
@ -153,4 +153,10 @@ setup(name='setools',
|
|||||||
'Topic :: Security',
|
'Topic :: Security',
|
||||||
'Topic :: Utilities',
|
'Topic :: Utilities',
|
||||||
],
|
],
|
||||||
|
keywords='SELinux SETools policy analysis tools seinfo sesearch sediff sedta seinfoflow apol',
|
||||||
|
python_requires='>=3.4',
|
||||||
|
# setup also requires libsepol and libselinux
|
||||||
|
# C libraries and headers to compile.
|
||||||
|
setup_requires=['setuptools', 'Cython>=0.27'],
|
||||||
|
install_requires=['setuptools', 'networkx>=2.0']
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user