-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
34 lines (31 loc) · 913 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
[metadata]
name = undname
description = CFFI wrapper for wine undname module
author = Igor Kozyrenko
author_email = igor@ikseek.com
url = https://github.com/ikseek/undname
license = LGPLv2.1
project_urls =
Bug Reports=https://github.com/ikseek/undname/issues
Source=https://github.com/ikseek/undname
version = 0.2
long_description = file: README.rst
platforms = Linux, MacOS, Windows
keywords = undname, msvc
classifiers =
Development Status :: 4 - Beta
Topic :: Software Development :: Debuggers
Intended Audience :: Developers
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
[options]
packages = find:
python_requires = >=3.5, <4
setup_requires = cffi
install_requires = cffi
test_suite = tests.test_undname
[options.package_data]
* = src/*.h, src/wine/*.h
[tool:pytest]
addopts = --doctest-modules --doctest-glob '*.rst'