Fixed an issue in the new :pep:`621` ``pyproject.toml`` layout that
prevented Alembic's template files from being included in the ``.whl`` file
in the distribution.
Fixes: #1616
Change-Id: I059e69841f918985d999aafad1319a0c7fd9d2d5
.. changelog::
:version: 1.15.0
- :released: March 4, 2025
+ :released: March 4, 2025 (yanked due to issue #1616)
.. change::
:tags: bug, environment
--- /dev/null
+.. change::
+ :tags: bug, installation
+ :tickets: 1616
+
+ Fixed an issue in the new :pep:`621` ``pyproject.toml`` layout that
+ prevented Alembic's template files from being included in the ``.whl`` file
+ in the distribution.
license-files = ["LICENSE"]
[tool.setuptools.package-data]
-alembic = ["*.pyi", "py.typed"]
+"*" = ["*.pyi", "py.typed", "*.mako", "README"]
-[tool.setuptools.exclude-package-data]
-alembic = ["test*"]
[tool.setuptools.packages.find]
include = ["alembic*"]