Skip to content

Commit

Permalink
Remove zenodo. (#816)
Browse files Browse the repository at this point in the history
* Remove zenodo.

* Update changelog

---------

Co-authored-by: Corwin Kerr <[email protected]>
  • Loading branch information
joaander and cbkerr authored Feb 12, 2024
1 parent b8e2420 commit 85b3b9b
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 304 deletions.
2 changes: 0 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ message = Bump up to version {new_version}.
[bumpversion:file:doc/conf.py]

[bumpversion:file:CITATION.cff]

[bumpversion:file:.zenodo.json]
1 change: 0 additions & 1 deletion .github/workflows/ci-oldest-reqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ jinja2==3.0.0
jsonschema==4.5.0
pytest-cov==3.0.0
pytest==7.0.1
ruamel.yaml==0.17.21
tqdm==4.60.0
GitPython==3.1.37
100 changes: 0 additions & 100 deletions .sync-zenodo-metadata.py

This file was deleted.

198 changes: 0 additions & 198 deletions .zenodo.json

This file was deleted.

5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Changed

- Move "Submit command" comment to end of pretend output (#805).

Removed
+++++++

- Remove Zenodo (#816).

[0.27.0] -- 2024-01-15
----------------------

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ omit = [ "*/flow/templates/*.pyt", "*/flow/util/mistune/*.py" ]

[tool.pydocstyle]
convention = "numpy"
match = "^((?!\\.sync-zenodo-metadata|setup).)*\\.py$"
match-dir = "^((?!\\.|tests|mistune).)*$"
ignore-decorators = "deprecated"

Expand Down
1 change: 0 additions & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
click>=7.0
ruamel.yaml>=0.16.12
pre-commit==3.6.1
1 change: 0 additions & 1 deletion requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ coverage==7.4.1
GitPython==3.1.41
pytest-cov==4.1.0
pytest==8.0.0
ruamel.yaml==0.18.5

0 comments on commit 85b3b9b

Please sign in to comment.