8000 Fix setuptools didn't include pymysql.constants (#1096) · sanchezg/PyMySQL@35bf026 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35bf026

Browse files
authored
Fix setuptools didn't include pymysql.constants (PyMySQL#1096)
Fix PyMySQL#1095
1 parent d0c2871 commit 35bf026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ build-backend = "setuptools.build_meta"
4545

4646
[tool.setuptools.packages.find]
4747
namespaces = false
48-
include = ["pymysql"]
48+
include = ["pymysql*"]
4949
exclude = ["tests*", "pymysql.tests*"]
5050

5151
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)
0