Skip to content

Commit

Permalink
improve pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed May 6, 2024
1 parent 1a0cf0b commit e5477ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ build-backend = "maturin"

[project]
name = "rookiepy"
description = "Load cookies from any browser on any platform"

requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]

[project.urls]
Homepage = "https://github.com/thewh1teagle/rookie"
Documentation = "https://github.com/thewh1teagle/rookie/blob/main/docs/Python.md"
Repository = "https://github.com/thewh1teagle/rookie"
Issues = "https://github.com/thewh1teagle/rookie/issues"

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

0 comments on commit e5477ab

Please sign in to comment.