Skip to content

Commit de5a21a

Browse files
committed
Add me to author list in setup.py
1 parent 5d188ca commit de5a21a

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
@@ -12,8 +12,8 @@
1212
name='nbgitpuller',
1313
version=__version__,
1414
url='https://github.com/data-8/nbgitpuller',
15-
license='BSD',
16-
author='Peter Veerman',
15+
license='3-clause BSD',
16+
author='Peter Veerman, YuviPanda',
1717
author_email='peterkangveerman@gmail.com',
1818
description='Notebook Extension to do one-way synchronization of git repositories',
1919
packages=find_packages(),

0 commit comments

Comments
 (0)