Skip to content

Commit aa4f6b5

Browse files
authored
fix: Remove unused CHANGELOG from generated setup.py [#529]. Thanks @johnthagen!
1 parent 4a7a8ee commit aa4f6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)