Add Rust Trove classifier (#2973)

This commit is contained in:
Mike Taves 2023-02-17 11:38:36 +13:00 committed by GitHub
parent 750c28868f
commit e6722f92ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
]