[project] name = "pyadvreader" version = "2.2.0" description = "Split text file into text sequences, strings and (line) comments." authors = [{ name = "Martin Bammer", email = "mrbm74@gmail.com" }] dependencies = [] requires-python = ">=3.7" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "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", "Programming Language :: Rust", "Typing :: Typed", ] [build-system] requires = [ "setuptools>=41.0.0", "wheel", "setuptools_rust>=0.10.2", "toml", "maturin>=0.12", ] build-backend = "maturin" [tool.maturin] manylinux = "off" strip = true