Skip to content

Commit 5da9be4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
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)