We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b8dc0 commit 7c75252Copy full SHA for 7c75252
Cargo.toml
@@ -3,6 +3,7 @@ name = "ruff-format"
3
version = "0.1.0"
4
edition = "2024"
5
license = "MIT"
6
+readme = "README.md"
7
repository = "https://github.com/reflex-dev/ruff-format"
8
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
pyproject.toml
@@ -20,6 +20,7 @@ classifiers = [
20
"Programming Language :: Python :: 3.14",
21
"Programming Language :: Python :: 3 :: Only",
22
]
23
24
dynamic = ["version"]
25
26
[project.urls]
0 commit comments