@@ -4,15 +4,32 @@ build-backend = "maturin"
44
55[project ]
66name = " typos"
7- requires-python = " >=3.7"
7+ description = " Source Code Spelling Correction"
8+ requires-python = " >=3.8"
9+ keywords = [
10+ " development" , " spelling"
11+ ]
812classifiers = [
13+ " Environment :: Console" ,
914 " Intended Audience :: Developers" ,
1015 " Topic :: Software Development" ,
16+ " Operating System :: OS Independent" ,
17+ " License :: OSI Approved :: MIT License" ,
18+ " License :: OSI Approved :: Apache Software License" ,
19+ " Programming Language :: Python" ,
20+ " Programming Language :: Python :: 3 :: Only" ,
1121 " Programming Language :: Rust" ,
1222 " Programming Language :: Python :: Implementation :: CPython" ,
1323 " Programming Language :: Python :: Implementation :: PyPy" ,
1424]
1525
26+ readme = " ../../README.md"
27+
28+ [project .urls ]
29+ Repository = " https://github.com/crate-ci/typos"
30+ Documentation = " https://github.com/crate-ci/typos#typos"
31+ Changelog = " https://github.com/crate-ci/typos/blob/master/CHANGELOG.md"
32+ Releases = " https://github.com/crate-ci/typos/releases"
1633
1734[tool .maturin ]
1835module-name = " typos"
0 commit comments