[build-system] requires = ["maturin>=0.13,<0.14"] build-backend = "maturin" [project] name = "anima6502" requires-python = ">=3.9" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] [project.scripts] # anima here corresponds to anima/python/anima/ anima6502 = "anima:main" [tool.maturin] python-source = "python"