Skip to content

Commit

Permalink
docs: reference to project from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
felixscherz committed Feb 28, 2024
1 parent 672a756 commit a0dcf29
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,24 @@ build-backend = "maturin"

[project]
name = "orca-rs"
requires-python = ">=3.8"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]

authors = [
{ name = "Felix Scherz", email = "felixwscherz@gmail.com" },
]
maintainers = [
{ name = "Felix Scherz", email = "felixwscherz@gmail.com" },
]

[project.urls]
repository = "https://github.com/felixscherz/orca-rs"
issues = "https://github.com/felixscherz/orca-rs/issues"

[tool.maturin]
features = ["pyo3/extension-module"]

0 comments on commit a0dcf29

Please sign in to comment.