Skip to content

Commit

Permalink
add @ilveroluca to the authors
Browse files Browse the repository at this point in the history
  • Loading branch information
simleo committed Jul 28, 2021
1 parent 30a83b8 commit 84cd65c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ authors:
- family-names: Leo
given-names: Simone
orcid: https://orcid.org/0000-0001-8271-5429
- family-names: Pireddu
given-names: Luca
orcid: https://orcid.org/0000-0002-4663-5613
- family-names: Rodríguez-Navas
given-names: Laura
orcid: https://orcid.org/0000-0003-4929-1219
Expand Down
1 change: 1 addition & 0 deletions rocrate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
'Ignacio Eguinoa',
'Alban Gaignard',
'Simone Leo',
'Luca Pireddu',
'Laura Rodríguez-Navas',
'Stian Soiland-Reyes'
))
Expand Down
11 changes: 9 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,15 @@
description='RO-Crate metadata generator/parser',
long_description_content_type='text/markdown',
long_description=long_description,
author=('Bert Droesbeke, Ignacio Eguinoa, Stian Soiland-Reyes, '
'Laura Rodríguez-Navas, Alban Gaignard, Simone Leo'),
author=", ".join((
'Bert Droesbeke',
'Ignacio Eguinoa',
'Alban Gaignard',
'Simone Leo',
'Luca Pireddu',
'Laura Rodríguez-Navas',
'Stian Soiland-Reyes'
)),
python_requires='>=3.6',
author_email='stain@apache.org',
package_data={'': ['data/*.jsonld', 'templates/*.j2']},
Expand Down

0 comments on commit 84cd65c

Please sign in to comment.