Skip to content

Commit

Permalink
Properly include migrations in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdinand Hoffmann committed Mar 22, 2021
1 parent 25802de commit c0441f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
__pycache__
MANIFEST
dist/
build/

# local settings overrides
settings_local.py
Expand Down
10 changes: 8 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,21 @@ test_suite = runtests.run_tests

[options]
python_requires = >=3.6
packages =
ses_sns_tracker
packages = find:
install_requires =
django_ses
requests

[options.extras_require]
cryptography = cryptography

[options.packages.find]
exclude =
example_proj
example_proj.*
tests
tests.*

[coverage:report]
fail_under = 100

Expand Down

0 comments on commit c0441f3

Please sign in to comment.