Skip to content

Commit

Permalink
Official release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukassnoek committed Jan 7, 2020
1 parent c51dbf0 commit 76dcdba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scanphyslog2bids/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
MINOR = _version_minor
MICRO = _version_micro
VERSION = __version__
PACKAGE_DATA = {'scanphyslog2bids': [op.join('data', '*')]}
PACKAGE_DATA = {'scanphyslog2bids': [op.join('data', '*')]}
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
maintainer=MAINTAINER,
maintainer_email=MAINTAINER_EMAIL,
description=DESCRIPTION,
long_description_content_type='text/markdown',
long_description=LONG_DESCRIPTION,
url=URL,
download_url=DOWNLOAD_URL,
Expand All @@ -41,4 +42,4 @@
)

if __name__ == '__main__':
setup(**opts)
setup(**opts)

0 comments on commit 76dcdba

Please sign in to comment.