Skip to content

Commit a461123

Browse files
committed
Changes for deployment
1 parent d299fa6 commit a461123

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ([2.71])
22

33
AC_INIT(
44
[libscca],
5-
[20250912],
5+
[20250915],
66
77

88
AC_CONFIG_SRCDIR(

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build-system]
2-
requires = ["setuptools", "wheel"]
2+
requires = ["setuptools==75.8.0", "wheel"] # Pin to setuptools 75.8.0 for compatiblity with Metadata-Version 2.2
33
build-backend = "setuptools.build_meta"
44

setup.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ long_description_content_type = text/plain
77
author = Joachim Metz
88
author_email = [email protected]
99
license = GNU Lesser General Public License v3 or later (LGPLv3+)
10-
license_files = COPYING COPYING.LESSER
10+
license_files = COPYING*
1111
classifiers =
1212
Development Status :: 3 - Alpha
1313
Programming Language :: Python

0 commit comments

Comments
 (0)