Skip to content

Commit 5da9be4

Browse files
authored
Fix packaging: missing source files (#381)
1 parent 65a5132 commit 5da9be4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ requires = ["setuptools"]
4646
build-backend = "setuptools.build_meta"
4747

4848
[tool.setuptools]
49-
py-modules = ["flask_cors"]
49+
packages = ["flask_cors"]
5050
# This is a workaround for https://github.com/astral-sh/uv/issues/9513
5151
license-files = []
5252

0 commit comments

Comments
 (0)