Skip to content

Commit 31c5582

Browse files
authored
Update metadata.yaml (#145)
1 parent 5a2e1fc commit 31c5582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mdakits/template/metadata.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ project_name: MYPROJECT
1919

2020
## List(str): a link to the authors file (preferred) or a list of authors
2121
authors:
22-
- https://github.com/GH_HOST_ACCOUNT/MYPROJECT/blob/main/AUTHORS
22+
- https://github.com/GH_HOST_ACCOUNT/MYPROJECT/blob/main/AUTHORS.md
2323

2424
## List(str): a list of maintainers
2525
## Please note these _must_ be GitHub handles
@@ -73,7 +73,7 @@ src_install:
7373
import_name: MYPACKAGE
7474

7575
## str: a specification for the range of Python versions supported by this MDAKit
76-
python_requires: ">=3.9"
76+
python_requires: ">=3.10"
7777

7878
## str: a specification for the range of MDAnalysis versions supported by this MDAKit
7979
mdanalysis_requires: ">=2.0.0"

0 commit comments

Comments
 (0)