Skip to content

Commit 08385eb

Browse files
committed
add data
1 parent 93dc528 commit 08385eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ convention = "numpy"
8181
include-package-data = true
8282
packages = ["cacholote"]
8383

84+
[tool.setuptools.package-data]
85+
cacholote = [
86+
"alembic.ini",
87+
"alembic/*",
88+
"alembic/**/*"
89+
]
90+
8491
[tool.setuptools_scm]
8592
write_to = "cacholote/version.py"
8693
write_to_template = '''

0 commit comments

Comments
 (0)