Skip to content

Commit

Permalink
Merge pull request datalad#7495 from datalad/rrid
Browse files Browse the repository at this point in the history
add RRID to package metadata
  • Loading branch information
yarikoptic authored Oct 4, 2023
2 parents 776f465 + 222e724 commit bfcc8a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.d/pr-7495.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### 🏠 Internal

- add RRID to package metadata. [PR #7495](https://github.com/datalad/datalad/pull/7495) (by [@adswa](https://github.com/adswa))
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@
'Developer docs': 'https://docs.datalad.org/en/stable',
'User handbook': 'https://handbook.datalad.org',
'Source': 'https://github.com/datalad/datalad',
'Bug Tracker': 'https://github.com/datalad/datalad/issues'},
'Bug Tracker': 'https://github.com/datalad/datalad/issues',
'RRID': 'https://identifiers.org/RRID:SCR_003931'},
extras_require=requires,
cmdclass=cmdclass,
include_package_data=True,
Expand Down

0 comments on commit bfcc8a5

Please sign in to comment.