|
@@ -24,12 +24,13 @@ classifiers = [
|
|
|
"Programming Language :: Python :: 3.9",
|
|
|
"Programming Language :: Python :: 3.10",
|
|
|
"Programming Language :: Python :: 3.11",
|
|
|
+ "Programming Language :: Python :: 3.12",
|
|
|
"Topic :: Security :: Cryptography",
|
|
|
"Topic :: System :: Archiving :: Backup",
|
|
|
]
|
|
|
license = {text="BSD"}
|
|
|
dependencies = [
|
|
|
- "msgpack >=1.0.3, <=1.0.5",
|
|
|
+ "msgpack >=1.0.3, <=1.0.6rc1",
|
|
|
"packaging",
|
|
|
"platformdirs >=3.0.0, <4.0.0; sys_platform == 'darwin'", # for macOS: breaking changes in 3.0.0,
|
|
|
"platformdirs >=2.6.0, <4.0.0; sys_platform != 'darwin'", # for others: 2.6+ works consistently.
|
|
@@ -53,7 +54,7 @@ borg = "borg.archiver:main"
|
|
|
borgfs = "borg.archiver:main"
|
|
|
|
|
|
[build-system]
|
|
|
-requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm[toml]>=6.2"]
|
|
|
+requires = ["setuptools", "wheel", "pkgconfig", "Cython", "setuptools_scm[toml]>=6.2"]
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
[tool.setuptools_scm]
|