Skip to content

Commit

Permalink
Issue #21, trying to include alembic in setuptools dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Marin committed Feb 8, 2019
1 parent 04dfdda commit b7918e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include alembic *.py
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
'alembic',
'faker'
],
include_package_data=True,
zip_safe=False
)

0 comments on commit b7918e8

Please sign in to comment.