Fri, 24 Nov 2023 09:29:46 +0100
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