Skip to content

Commit

Permalink
chore: remove emojis from package_desc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoandre-avaiga committed Aug 7, 2024
1 parent 894ab13 commit 60f654d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/setup_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def update_pyproject(version_path: str, pyproject_path: str):
pyproject_data["project"]["urls"]["Release notes"] = f"https://docs.taipy.io/en/release-{version_string}/relnotes/"
pyproject_data["project"]["dependencies"] = get_requirements(get_pkg_name(pyproject_path))

with open(pyproject_path, "w") as pyproject_file:
with open(pyproject_path, "w", encoding="utf-8") as pyproject_file:
toml.dump(pyproject_data, pyproject_file)


Expand Down

0 comments on commit 60f654d

Please sign in to comment.