@@ -4,15 +4,33 @@ build-backend = "maturin"
44
55[project ]
66name = " typos"
7- requires-python = " >=3.7"
7+ version = " 1.35.6"
8+ description = " Source Code Spelling Correction"
9+ requires-python = " >=3.8"
10+ keywords = [
11+ " development" , " spelling"
12+ ]
813classifiers = [
14+ " Environment :: Console" ,
915 " Intended Audience :: Developers" ,
1016 " Topic :: Software Development" ,
17+ " Operating System :: OS Independent" ,
18+ " License :: OSI Approved :: MIT License" ,
19+ " License :: OSI Approved :: Apache Software License" ,
20+ " Programming Language :: Python" ,
21+ " Programming Language :: Python :: 3 :: Only" ,
1122 " Programming Language :: Rust" ,
1223 " Programming Language :: Python :: Implementation :: CPython" ,
1324 " Programming Language :: Python :: Implementation :: PyPy" ,
1425]
1526
27+ readme = " ../../README.md"
28+
29+ [project .urls ]
30+ Repository = " https://github.com/crate-ci/typos"
31+ Documentation = " https://github.com/crate-ci/typos#typos"
32+ Changelog = " https://github.com/crate-ci/typos/blob/master/CHANGELOG.md"
33+ Releases = " https://github.com/crate-ci/typos/releases"
1634
1735[tool .maturin ]
1836module-name = " typos"
0 commit comments