Skip to content

Commit f5e2999

Browse files
committed
pyproject: Include migrations in sdist
Fixes #508
1 parent e95f372 commit f5e2999

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ packages = [
3333
]
3434
include = [
3535
{ path = "CHANGES", format = "sdist" },
36+
{ path = "MIGRATIONS", format = "sdist" },
3637
{ path = ".tmuxp.yaml", format = "sdist" },
3738
{ path = "tests", format = "sdist" },
3839
{ path = "docs", format = "sdist" },

0 commit comments

Comments
 (0)