Skip to content

Commit 89947b1

Browse files
authored
Merge branch 'main' into 510-fix-verify-ssl
2 parents a21a4c5 + aa4f6b5 commit 89947b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: openapi_python_client/templates/setup.py.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ setup(
1414
packages=["{{ package_name }}"],
1515
python_requires=">=3.6, <4",
1616
install_requires=["httpx >= 0.15.0, < 0.21.0", "attrs >= 20.1.0, < 22.0.0", "python-dateutil >= 2.8.0, < 3"],
17-
package_data={"": ["CHANGELOG.md"], "{{ package_name }}": ["py.typed"]},
17+
package_data={"{{ package_name }}": ["py.typed"]},
1818
)

0 commit comments

Comments
 (0)