Skip to content

Commit 3ccdd4b

Browse files
authored
Merge pull request #19 from kabilar/main
Update repo name in `setup.py`
2 parents 45ded54 + f4367ce commit 3ccdd4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
requirements = f.read().splitlines()
1212

1313
setup(
14-
name='datajoint-tutorial',
14+
name='datajoint-tutorials',
1515
version="0.1.0",
1616
description="DataJoint interactive tutorials",
1717
long_description=long_description,
1818
author='DataJoint',
1919
author_email='[email protected]',
2020
license='MIT',
21-
url='https://github.com/datajoint/datajoint-tutorial',
21+
url='https://github.com/datajoint/datajoint-tutorials',
2222
keywords='neuroscience datajoint',
2323
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
2424
install_requires=requirements,

0 commit comments

Comments
 (0)