Skip to content

Commit

Permalink
add names
Browse files Browse the repository at this point in the history
  • Loading branch information
kklot committed Sep 19, 2022
1 parent e8cc1b1 commit 62a172f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def run(self):
setup(
name='acronym',
version=find_version('acronym', '__init__.py'),
author='Ben Cook',
author_email='bacook17@gmail.com',
author='Ben Cook, Kinh Nguyen',
author_email='bacook17@gmail.com, kinh.nguyen@uni-heidelberg.de',
entry_points=entry_points,
packages=['acronym'],
url='https://github.com/bacook17/acronym',
Expand Down

0 comments on commit 62a172f

Please sign in to comment.