Skip to content

Commit 7b02734

Browse files
committed
Fix python build
1 parent 575e938 commit 7b02734

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

clients/urlr-python/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2.9.2] - 2025-06-30
4+
5+
- Fix Python build
6+
37
## [2.9.1] - 2025-06-30
48

59
- Fix Python build

openapi-generator/config-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
projectName: URLR
22
packageName: urlr
3-
packageVersion: 2.9.1
3+
packageVersion: 2.9.2
44
infoName: URLR
55
infoEmail: contact@urlr.me
66
gitHost: github.com

openapi-generator/templates/python/setup.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ setup(
4242
install_requires=REQUIRES,
4343
packages=find_packages(exclude=["test", "tests"]),
4444
include_package_data=True,
45-
license="MIT",
45+
license_expression="MIT",
4646
long_description_content_type='text/markdown',
4747
long_description="""\
4848
{{appDescription}}

0 commit comments

Comments
 (0)