12 lines
402 B
Diff
12 lines
402 B
Diff
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -12,7 +12,7 @@ name = "PyQt-builder"
|
|
description = "The PyQt build system"
|
|
readme = "README.md"
|
|
urls.homepage = "https://github.com/Python-PyQt/PyQt-builder"
|
|
-dependencies = ["packaging", "sip >=6.7, <7"]
|
|
+dependencies = ["sip >=6.7, <7"]
|
|
requires-python = ">=3.8"
|
|
license = {file = "LICENSE"}
|
|
classifiers = ["License :: OSI Approved :: BSD License"]
|