forked from QBDI/QBDI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
35 lines (34 loc) · 1023 Bytes
/
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
[metadata]
name = PyQBDI
version = 0.9.1b0
description = Python binding for QBDI
long_description = file: README-pypi.rst
long_description_content_type = text/x-rst
license = apache2
license_files =
LICENSE.txt
author = Nicolas Surbayrole
author_email = [email protected]
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Operating System :: Microsoft :: Windows
Operating System :: MacOS
Operating System :: POSIX :: Linux
Programming Language :: C++
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Security
Topic :: Software Development :: Debuggers
project_urls =
Documentation = https://qbdi.readthedocs.io/
Source = https://github.com/QBDI/QBDI
Homepage = https://qbdi.quarkslab.com/
[options]
zip_safe = false
python_requires = >= 3.8
setup_requires =
setuptools
wheel