Skip to content

Commit

Permalink
add all currently supported conversions for completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Nov 14, 2024
1 parent ecec313 commit 35b513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PyPop/citation.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import os
import shutil

citation_output_formats = ['apalike', 'bibtex', 'endnote', 'ris', 'codemeta', 'cff']
citation_output_formats = ['apalike', 'bibtex', 'endnote', 'ris', 'codemeta', 'cff', 'schema.org', 'zenodo']

def convert_citation_formats(build_lib, citation_path):

Expand Down

0 comments on commit 35b513d

Please sign in to comment.