Skip to content

Commit

Permalink
Merge "Replace find with find_namespace in setuptools config." into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek authored and Gerrit Code Review committed Apr 30, 2023
2 parents b0fd144 + 0976113 commit 3336e37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ project_urls =
Issue Tracker = https://github.com/sqlalchemy/alembic/issues/

[options]
packages = find:
packages = find_namespace:
include_package_data = true
zip_safe = false
python_requires = >=3.7
Expand All @@ -53,6 +53,7 @@ tz =
alembic = *.pyi, py.typed

[options.packages.find]
include=alembic*
exclude =
test*
examples*
Expand Down

0 comments on commit 3336e37

Please sign in to comment.