Skip to content

Commit

Permalink
include migrations in release package
Browse files Browse the repository at this point in the history
  • Loading branch information
asnelling committed Jan 23, 2022
1 parent 4ffa9a1 commit bdf3bb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-webauth
version = 0.1.1
version = 0.1.2
description = Two Factor Authentication for Django using the Web Authentication API.
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -26,7 +26,9 @@ classifiers =

[options]
include_package_data = true
packages = webauth
packages =
webauth
webauth.migrations
python_requires = >=3.8
install_requires =
Django >= 4.0
Expand Down

0 comments on commit bdf3bb7

Please sign in to comment.