Added the entry "FreeBSD" to the pyproject.toml file. eric7

Fri, 24 Nov 2023 09:29:46 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 24 Nov 2023 09:29:46 +0100
branch
eric7
changeset 10337
64f7777ff73b
parent 10336
c6bc1a214331
child 10338
7329b8d78f7b

Added the entry "FreeBSD" to the pyproject.toml file.

pyproject.toml file | annotate | diff | comparison | revisions
--- a/pyproject.toml	Thu Nov 23 19:57:05 2023 +0100
+++ b/pyproject.toml	Fri Nov 24 09:29:46 2023 +0100
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=61.0.0", "wheel"]
+requires = ["setuptools>=64.0.0", "wheel"]
 build-backend = "setuptools.build_meta"
 
 [project]
@@ -32,6 +32,7 @@
     "Operating System :: Microsoft :: Windows :: Windows 10",
     "Operating System :: Microsoft :: Windows :: Windows 11",
     "Operating System :: POSIX :: BSD",
+    "Operating System :: POSIX :: BSD :: FreeBSD",
     "Operating System :: POSIX :: Linux",
     "Programming Language :: Python",
     "Programming Language :: Python :: 3",
@@ -132,9 +133,10 @@
 
 [tool.setuptools]
 platforms = [
+    "FreeBSD",
     "Linux",
+    "macOS",
     "Windows",
-    "macOS", 
 ]
 include-package-data = false
 

eric ide

mercurial