mirror of
https://github.com/angr/pyvex
synced 2026-06-21 13:47:01 +00:00
31 lines
702 B
INI
31 lines
702 B
INI
[metadata]
|
|
name = pyvex
|
|
version = attr: pyvex.__version__
|
|
description = A Python interface to libVEX and VEX IR
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/angr/pyvex
|
|
license = BSD-2-Clause
|
|
license_files =
|
|
LICENSE
|
|
pyvex_c/LICENSE
|
|
classifiers =
|
|
License :: OSI Approved :: BSD License
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
[options]
|
|
packages = find:
|
|
install_requires =
|
|
archinfo==9.2.35.dev0
|
|
bitstring
|
|
cffi>=1.0.3;implementation_name == 'cpython'
|
|
python_requires = >=3.8
|
|
include_package_data = True
|
|
|
|
[options.package_data]
|
|
pyvex =
|
|
lib/*
|
|
include/*
|
|
py.typed
|