Skip to content

Commit d2d4548

Browse files
yangdanny97facebook-github-bot
authored andcommitted
add some packaging metadata
Summary: feedback appreciated on the content followed https://www.maturin.rs/metadata.html closes #158 Reviewed By: rchen152 Differential Revision: D74199599 fbshipit-source-id: 569267a30c92c68b3d5a939a672203db5575882d
1 parent 5cfcc9b commit d2d4548

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pyrefly/pyproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,25 @@ build-backend = "maturin"
66
bindings = "bin"
77
strip = true
88
include = ["rust-toolchain"]
9+
10+
[project.urls]
11+
homepage = "https://pyrefly.org"
12+
documentation = "https://pyrefly.org/en/docs/"
13+
14+
[project]
15+
description = "A faster Python type checker written in Rust"
16+
readme = "../README.md"
17+
requires-python = ">=3.8"
18+
license = {file = "../LICENSE"}
19+
keywords = ["typechecker", "typechecking"]
20+
classifiers = [
21+
"Development Status :: 3 - Alpha",
22+
"Programming Language :: Python",
23+
"Programming Language :: Python :: 3",
24+
"Programming Language :: Python :: 3 :: Only",
25+
"Operating System :: MacOS",
26+
"Operating System :: Microsoft :: Windows",
27+
"Operating System :: POSIX :: Linux",
28+
"Intended Audience :: Developers",
29+
"Topic :: Software Development"
30+
]

0 commit comments

Comments
 (0)