-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathsetup.cfg
38 lines (35 loc) · 963 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
36
37
38
[metadata]
name = archinfo
version = attr: archinfo.__version__
description = Classes with architecture-specific information useful to other projects.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/angr/archinfo
license = BSD-2-Clause
license_files = LICENSE
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
[options]
packages = find:
install_requires =
backports-strenum>=1.2.8;python_version<'3.11'
python_requires = >=3.10
[options.extras_require]
docs =
furo
myst-parser
sphinx
sphinx-autodoc-typehints
pcode =
pypcode>=1.1
testing =
pytest
pytest-xdist
[options.package_data]
archinfo = py.typed