Skip to content

Commit

Permalink
get author string from pyshipupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesabel committed Oct 30, 2020
1 parent def4cef commit c022e10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyship/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from pyshipupdate import __author__ as pyship_author

__application_name__ = "pyship"
__author__ = "abel"
__version__ = "0.0.16"
__author__ = pyship_author
__version__ = "0.0.17"
__title__ = __application_name__
__author_email__ = "j@abel.co"
__url__ = "https://github.com/jamesabel/pyship"
Expand Down

0 comments on commit c022e10

Please sign in to comment.