Skip to content

Commit

Permalink
Add info to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AloizioMacedo committed Apr 14, 2024
1 parent bb51b7f commit 9304329
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@ build-backend = "maturin"

[project]
name = "pystaleds"
description = "CLI tool for checking stale docstrings."
urls = { "Repository" = "https://github.com/AloizioMacedo/pystaleds" }
authors = [{ name = "Aloizio Macedo", email = "aloizioMacedo@gmail.com" }]
maintainers = [{ name = "Aloizio Macedo", email = "aloizioMacedo@gmail.com" }]
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Documentation",
]
keywords = ["rust", "docstrings", "pre-commit", "cli", "tool", "testing", "ci"]
dynamic = ["version"]

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

0 comments on commit 9304329

Please sign in to comment.