Skip to content

Commit ea72177

Browse files
committed
update setuptools to fix file naming (PEP 625)
1 parent 4674f8c commit ea72177

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
__version_tuple__: VERSION_TUPLE
1313
version_tuple: VERSION_TUPLE
1414

15-
# TODO: this is the only place you update the package version
15+
# TODO: this is the only place you update the package version - however this is overwritten by github action if you leave the `change_version.py` call there
1616
__version__ = version = '0.0.1'
1717
__version_tuple__ = version_tuple = tuple(map(int, version.split('.')))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0.0,<69.3.0"]
2+
requires = ["setuptools>=69.5.0,<80.0.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)