Skip to content

Commit

Permalink
chore: Added missing .errors folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Seluj78 committed Sep 23, 2024
1 parent 6ff7ae5 commit 86a3379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flask_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Increment versions here according to SemVer
__version__ = "0.7.1"
__version__ = "0.7.2"

from flask_utils.utils import is_it_true
from flask_utils.errors import GoneError
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
]

[tool.setuptools]
packages = ["flask_utils"]
packages = ["flask_utils", "flask_utils.errors"]

[tool.setuptools.dynamic]
version = {attr = "flask_utils.__version__"}
Expand Down

0 comments on commit 86a3379

Please sign in to comment.