File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ keywords = [
1717 " Optimization" ,
1818]
1919authors = [
20- { name = " Manuel López-Ibáñez" , email = " manuel.lopez-ibanez@manchester.ac.uk" },
2120 { name = " Fergus Rooney" , email = " fergus.rooney@outlook.com" },
21+ { name = " Manuel López-Ibáñez" , email = " manuel.lopez-ibanez@manchester.ac.uk" },
2222]
2323requires-python = " >=3.10"
2424classifiers = [
@@ -30,6 +30,7 @@ classifiers = [
3030 " Programming Language :: Python :: 3.11" ,
3131 " Programming Language :: Python :: 3.12" ,
3232 " Programming Language :: Python :: 3.13" ,
33+ " Programming Language :: Python :: 3.14" ,
3334]
3435dependencies = [
3536 " matplotlib>=3.6" ,
@@ -68,10 +69,10 @@ lint.per-file-ignores."examples/*" = [
6869]
6970lint.per-file-ignores."src/mooplot/colour.py" = [
7071 " D" ,
71- ] # FIXME!
72+ ] # FIXME!
7273lint.pycodestyle.max-doc-length = 80
7374lint.pycodestyle.max-line-length = 80
7475lint.pydocstyle.convention = " numpy"
7576
76- [tool .pytest . ini_options ]
77- doctest_optionflags = " NUMBER"
77+ [tool .pytest ]
78+ ini_options. doctest_optionflags = " NUMBER"
You can’t perform that action at this time.
0 commit comments