Skip to content

Commit d0b8556

Browse files
Copilotdbanty
andcommitted
Remove CHANGELOG.md references from uv and poetry templates
Co-authored-by: dbanty <[email protected]>
1 parent 71b8447 commit d0b8556

File tree

8 files changed

+6
-12
lines changed

8 files changed

+6
-12
lines changed

end_to_end_tests/docstrings-on-attributes-golden-record/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [
88
{ include = "my_test_api_client" },
99
]
10-
include = ["CHANGELOG.md", "my_test_api_client/py.typed"]
10+
include = ["my_test_api_client/py.typed"]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"

end_to_end_tests/golden-record/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [
88
{ include = "my_test_api_client" },
99
]
10-
include = ["CHANGELOG.md", "my_test_api_client/py.typed"]
10+
include = ["my_test_api_client/py.typed"]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"

end_to_end_tests/literal-enums-golden-record/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [
88
{ include = "my_enum_api_client" },
99
]
10-
include = ["CHANGELOG.md", "my_enum_api_client/py.typed"]
10+
include = ["my_enum_api_client/py.typed"]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"

end_to_end_tests/metadata_snapshots/poetry.pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [
88
{ include = "test_3_1_features_client" },
99
]
10-
include = ["CHANGELOG.md", "test_3_1_features_client/py.typed"]
10+
include = ["test_3_1_features_client/py.typed"]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"

end_to_end_tests/metadata_snapshots/uv.pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ dependencies = [
1414
[tool.uv.build-backend]
1515
module-name = "test_3_1_features_client"
1616
module-root = ""
17-
data = [
18-
"CHANGELOG.md",
19-
]
2017

2118
[build-system]
2219
requires = ["uv_build>=0.8.0,<0.9.0"]

end_to_end_tests/test-3-1-golden-record/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [
88
{ include = "test_3_1_features_client" },
99
]
10-
include = ["CHANGELOG.md", "test_3_1_features_client/py.typed"]
10+
include = ["test_3_1_features_client/py.typed"]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"

openapi_python_client/templates/pyproject_poetry.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [
88
{ include = "{{ package_name }}" },
99
]
10-
include = ["CHANGELOG.md", "{{ package_name }}/py.typed"]
10+
include = ["{{ package_name }}/py.typed"]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"

openapi_python_client/templates/pyproject_uv.toml.jinja

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ dependencies = [
1414
[tool.uv.build-backend]
1515
module-name = "{{ package_name }}"
1616
module-root = ""
17-
data = [
18-
"CHANGELOG.md",
19-
]
2017
2118
[build-system]
2219
requires = ["uv_build>=0.8.0,<0.9.0"]

0 commit comments

Comments
 (0)