@@ -18,17 +18,17 @@ authors = [
1818]
1919requires-python = " >=3.8"
2020classifiers = [
21- " Development Status :: 5 - Production/Stable" ,
22- " Intended Audience :: Science/Research" ,
23- " Operating System :: OS Independent " ,
24- " License :: OSI Approved :: BSD License " ,
25- " Programming Language :: Python" ,
26- " Programming Language :: Python :: 3" ,
27- " Programming Language :: Python :: 3.8" ,
28- " Programming Language :: Python :: 3.9" ,
29- " Programming Language :: Python :: 3.10" ,
30- " Programming Language :: Python :: 3.11" ,
31- " Topic :: Scientific/Engineering" ,
21+ " Development Status :: 5 - Production/Stable" ,
22+ " Intended Audience :: Science/Research" ,
23+ " License :: OSI Approved :: BSD License " ,
24+ " Operating System :: OS Independent " ,
25+ " Programming Language :: Python" ,
26+ " Programming Language :: Python :: 3 :: Only " ,
27+ " Programming Language :: Python :: 3.8" ,
28+ " Programming Language :: Python :: 3.9" ,
29+ " Programming Language :: Python :: 3.10" ,
30+ " Programming Language :: Python :: 3.11" ,
31+ " Topic :: Scientific/Engineering" ,
3232]
3333dynamic = [
3434 " readme" ,
@@ -58,18 +58,6 @@ write_to = "gsw/_version.py"
5858write_to_template = " __version__ = '{version}'"
5959tag_regex = " ^(?P<prefix>v)?(?P<version>[^\\ +]+)(?P<suffix>.*)?$"
6060
61- [tool .check-manifest ]
62- ignore = [
63- " *.yml" ,
64- " .coveragerc" ,
65- " docs" ,
66- " docs/*" ,
67- " *.enc" ,
68- " tools" ,
69- " tools/*" ,
70- " gsw/_version.py" ,
71- ]
72-
7361[tool .ruff ]
7462select = [
7563 " A" , # flake8-builtins
@@ -104,3 +92,15 @@ exclude = [
10492"gsw/_utilities.py" = [
10593 " B904" , # Within an ``except`` clause, raise exceptions with ``raise ... from err``
10694]
95+
96+ [tool .check-manifest ]
97+ ignore = [
98+ " *.yml" ,
99+ " .coveragerc" ,
100+ " docs" ,
101+ " docs/*" ,
102+ " *.enc" ,
103+ " tools" ,
104+ " tools/*" ,
105+ " gsw/_version.py" ,
106+ ]
0 commit comments