Skip to content

Commit 305fa9e

Browse files
committed
add links
1 parent 52755fb commit 305fa9e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "ruff-format"
33
version = "0.1.0"
44
edition = "2024"
55
license = "MIT"
6+
repository = "https://github.com/reflex-dev/ruff-format"
67

78
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
89
[lib]

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,21 @@ classifiers = [
1010
"Programming Language :: Rust",
1111
"Programming Language :: Python :: Implementation :: CPython",
1212
"Programming Language :: Python :: Implementation :: PyPy",
13+
"Programming Language :: Python :: 3",
14+
"Programming Language :: Python :: 3.8",
15+
"Programming Language :: Python :: 3.9",
16+
"Programming Language :: Python :: 3.10",
17+
"Programming Language :: Python :: 3.11",
18+
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14",
21+
"Programming Language :: Python :: 3 :: Only",
1322
]
1423
dynamic = ["version"]
24+
25+
[project.urls]
26+
Repository = "https://github.com/reflex-dev/ruff-format"
27+
1528
[tool.maturin]
1629
features = ["pyo3/extension-module"]
1730

0 commit comments

Comments
 (0)