- Switch to pep517 build - Add pytest ChangeLog: https://github.com/Diaoul/subliminal/blob/2.2.1/HISTORY.rst PR: 279982
11 lines
278 B
TOML
11 lines
278 B
TOML
--- pyproject.toml.orig 2024-06-25 06:59:42 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,6 +1,6 @@
|
|
# https://peps.python.org/pep-0517/
|
|
[build-system]
|
|
-requires = ["setuptools>=64"]
|
|
+requires = ["setuptools>=63"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
# https://peps.python.org/pep-0621/
|