[build-system] requires = ["setuptools", "build", "wheel"] build-backend = "setuptools.build_meta" [project] name = "unicorn" version = "2.1.1" requires-python = ">= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*, != 3.4.*, != 3.5.*, != 3.6.*" authors = [ { name = "Nguyen Anh Quynh", email = "quynh@gmail.com" }, ] description = "Unicorn CPU emulator engine" readme = "README.md" keywords = ["emulation", "qemu", "unicorn"] classifiers = [ 'License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', ] [project.urls] Homepage = "http://www.unicorn-engine.org" Repository = "https://github.com/unicorn-engine/unicorn" "Bug Tracker" = "https://github.com/unicorn-engine/unicorn/issues" Changelog = "https://github.com/unicorn-engine/unicorn/blob/master/ChangeLog" [project.optional-dependencies] test = [ "pytest", "pytest-cov", ] [tool.setuptools.packages.find] include = ["unicorn*"]