Skip to content

Commit 63d091c

Browse files
authored
Remove CHANGELOG from setup.py package_data
1 parent 4a7a8ee commit 63d091c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_python_client/templates/setup.py.jinja

Lines changed: 1 addition & 1 deletion
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)