Skip to content

Commit

Permalink
Merge 2be7a2e into 468bf72
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Jul 10, 2019
2 parents 468bf72 + 2be7a2e commit f45e889
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Expand Up @@ -128,10 +128,18 @@
extras_require = extras_require,
entry_points = {'console_scripts': ['neurotic=neurotic.scripts:main']},
long_description = README,
keywords = ['neuroscience', 'electrophysiology', 'visualization',
'video-sync', 'data-management', 'data-sharing', 'download-manager',
'annotation-tool', 'open-science', 'python-neo'],
author = 'Jeffrey Gill',
author_email = 'jeffrey.p.gill@gmail.com',
license = 'MIT',
url = 'https://github.com/jpgill86/neurotic',
project_urls={
# 'Documentation': 'https://github.com/jpgill86/neurotic',
'Source code': 'https://github.com/jpgill86/neurotic',
'Bug tracker': 'https://github.com/jpgill86/neurotic/issues',
},
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit f45e889

Please sign in to comment.