mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Further changes: * Put COPYING on files/ (No longer included in the distribution file). * Use sqlalchemy14 instead of sqlalchemy13. * Use pep517 instead of distutils. * Add files/patch-pyproject.toml. ChangeLog: https://github.com/sopel-irc/sopel/releases/tag/v8.0.0 PR: 279656
9 lines
239 B
TOML
9 lines
239 B
TOML
--- pyproject.toml.orig 2024-06-10 20:23:53 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
-requires = ["setuptools~=66.1", "wheel"]
|
|
+requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools]
|