Skip to content

Commit 1f57bae

Browse files
rchen152facebook-github-bot
authored andcommitted
Fix up pyproject.toml
Summary: * Adds missing name key * Removes relative paths to README and LICENSE. Relative paths make maturin sad (https://github.com/rchen152/pyrefly/actions/runs/14933805156/job/41956395480) (cc yangdanny97) Reviewed By: yangdanny97 Differential Revision: D74492389 fbshipit-source-id: b9bcdd50ad6cf16fe05dcfde83afcc82dd25cbe4
1 parent 07a83df commit 1f57bae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyrefly/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ homepage = "https://pyrefly.org"
1212
documentation = "https://pyrefly.org/en/docs/"
1313

1414
[project]
15+
name = "pyrefly"
1516
description = "A faster Python type checker written in Rust"
16-
readme = "../README.md"
1717
requires-python = ">=3.8"
18-
license = {file = "../LICENSE"}
1918
keywords = ["typechecker", "typechecking"]
2019
classifiers = [
2120
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)