We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45ded54 + f4367ce commit 3ccdd4bCopy full SHA for 3ccdd4b
1 file changed
setup.py
@@ -11,14 +11,14 @@
11
requirements = f.read().splitlines()
12
13
setup(
14
- name='datajoint-tutorial',
+ name='datajoint-tutorials',
15
version="0.1.0",
16
description="DataJoint interactive tutorials",
17
long_description=long_description,
18
author='DataJoint',
19
author_email='info@datajoint.com',
20
license='MIT',
21
- url='https://github.com/datajoint/datajoint-tutorial',
+ url='https://github.com/datajoint/datajoint-tutorials',
22
keywords='neuroscience datajoint',
23
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
24
install_requires=requirements,
0 commit comments