Skip to content

Commit

Permalink
chore: update packaging metadata (#8307)
Browse files Browse the repository at this point in the history
## Summary

Tiny updates on packaging metadata:
- mention code formatting in description
- link to changelog instead of releases, now that a changelog file
exists and updated on each release
  • Loading branch information
mkniewallner authored Oct 28, 2023
1 parent 87772c2 commit c2f6c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "ruff"
version = "0.1.3"
description = "An extremely fast Python linter, written in Rust."
description = "An extremely fast Python linter and code formatter, written in Rust."
authors = [{ name = "Astral Software Inc.", email = "[email protected]" }]
readme = "README.md"
requires-python = ">=3.7"
Expand Down Expand Up @@ -40,7 +40,7 @@ classifiers = [
[project.urls]
Repository = "https://github.com/astral-sh/ruff"
Documentation = "https://docs.astral.sh/ruff/"
Changelog = "https://github.com/astral-sh/ruff/releases"
Changelog = "https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md"

[tool.maturin]
bindings = "bin"
Expand Down

0 comments on commit c2f6c79

Please sign in to comment.