Skip to content

Commit

Permalink
version 1.20240901.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Sep 1, 2024
1 parent 7e1a46e commit c2bf124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion py4web/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Massimo Di Pierro <[email protected]>"
__license__ = "BSD-3-Clause"
__version__ = "1.20240826.1"
__version__ = "1.20240901.1"


def _maybe_gevent():
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "py4web"
version = "1.20240826.1"
version = "1.20240901.1"
authors = [{ name="Massimo Di Pierro", email="[email protected]" },]
description = "A fast, stable, comprehensive web framework"
readme = "README.rst"
Expand All @@ -20,7 +20,7 @@ dynamic = ["dependencies"]
dependencies = {file = "requirements.txt"}

[tool.setuptools]
packages = ["py4web", "py4web.utils", "py4web.utils.auth_plugins",]
packages = ["py4web", "py4web.server_adapters", "py4web.utils", "py4web.utils.auth_plugins"]

[tool.setuptools.package-data]
py4web = ["assets/*"]
Expand Down

0 comments on commit c2bf124

Please sign in to comment.