Skip to content

Commit 2e5763f

Browse files
committed
feat: Add more metadata about the project for PyPi
1 parent 9c80e63 commit 2e5763f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

crates/typos-cli/pyproject.toml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,33 @@ build-backend = "maturin"
44

55
[project]
66
name = "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+
]
813
classifiers = [
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]
1836
module-name = "typos"

0 commit comments

Comments
 (0)