blob: b11cea5d2a4c1367dae8cb11f7e8c61b760e12fe [file] [log] [blame]
[build-system]
requires = ["maturin>=0.14,<0.15"]
build-backend = "maturin"
[project]
name = "jellyfish"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
]
[project.urls]
homepage = "https://jamesturk.github.io/jellyfish/"
documentation = "https://jamesturk.github.io/jellyfish/"
repository = "https://github.com/jamesturk/jellyfish/"
[tool.maturin]
features = ["pyo3/extension-module", "python"]
python-source = "python"