about summary refs log tree commit diff stats
path: root/pyproject.toml
blob: 196a4fbc8230f8ea01ca153823ff8ae07067425d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[project]
name = "miasm"
version = "0.1.4"
requires-python = "==3.12.*"
description = "Reverse engineering framework in Python"
readme = {file = "README.md", content-type = "text/markdown"}
dependencies = [
	"future",
	"pyparsing",
	"setuptools",
]

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"