Skip to content

Commit

Permalink
Merge pull request #372 from blag/ready-version-3.3
Browse files Browse the repository at this point in the history
Ready version 3.3
  • Loading branch information
uhurusurfa authored Sep 7, 2023
2 parents e6a1f0c + 28d9277 commit 2fab0e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 6 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
include CHANGELOG.md
include LICENSE
include tox.ini
include README.md
recursive-include account *.html
recursive-include account *.txt
recursive-include account/locale *
recursive-include docs Makefile conf.py *.rst
recursive-include docs *.rst
exclude tox.ini
recursive-exclude django_user_accounts.egg-info *
recursive-exclude tests *
exclude docs/conf.py
exclude docs/Makefile
2 changes: 1 addition & 1 deletion account/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.1"
__version__ = "3.3.0"
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ line-length = 120

[tool.setuptools]
packages = ["account"]
include-package-data = true
zip-safe = false

[tool.setuptools.dynamic]
version = {attr = "account.__version__"}

[tool.setuptools.package-data]
account = ["locale/*/LC_MESSAGES/*"]

0 comments on commit 2fab0e7

Please sign in to comment.