File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "ruff-format"
33version = " 0.1.0"
44edition = " 2024"
55license = " 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 ]
Original file line number Diff line number Diff 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]
1423dynamic = [" version" ]
24+
25+ [project .urls ]
26+ Repository = " https://github.com/reflex-dev/ruff-format"
27+
1528[tool .maturin ]
1629features = [" pyo3/extension-module" ]
1730
You can’t perform that action at this time.
0 commit comments