mirror of https://github.com/astral-sh/ruff
Add Rust Trove classifier (#2973)
This commit is contained in:
parent
750c28868f
commit
e6722f92ed
|
|
@ -35,6 +35,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Programming Language :: Rust",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Topic :: Software Development :: Quality Assurance",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue