Skip to content

Commit

Permalink
Include tenacity.asyncio subpackage in release dist (#474)
Browse files Browse the repository at this point in the history
* Include tenacity.asyncio subpackage in release dist

* Add changelog entry
  • Loading branch information
cdce8p committed Jun 17, 2024
1 parent 702014b commit ee6a8f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
fixes:
- Fix setuptools config to include tenacity.asyncio package in release distributions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ classifier =
[options]
install_requires =
python_requires = >=3.8
packages = tenacity
packages = find:

[options.packages.find]
include = tenacity*
exclude = tests

[options.package_data]
Expand Down

0 comments on commit ee6a8f7

Please sign in to comment.