File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,25 @@ build-backend = "maturin"
66bindings = " bin"
77strip = true
88include = [" 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+ ]
You can’t perform that action at this time.
0 commit comments