Skip to content

Commit

Permalink
Fixing Authors
Browse files Browse the repository at this point in the history
  • Loading branch information
themagicalmammal authored Jan 3, 2023
1 parent c1ee590 commit 9ad0954
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
setup(
name="genetictabler",
version=VERSION,
author="Dipan Nanda, Ashish Shah",
author_email="d19cyber@gmail.com, avinavashish008@gmail.com",
# Authors: Ashish Shah (avinavashish008@gmail.com)
# PyPI does not have an easy way to specify multiple authors.
author="Dipan Nanda",
author_email="d19cyber@gmail.com",
description=DESCRIPTION,
long_description_content_type="text/markdown",
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit 9ad0954

Please sign in to comment.