Skip to content

Commit

Permalink
Fix __copyright__ not defiend
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Dec 3, 2019
1 parent 48d51a9 commit 7f32a04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py7zr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
from py7zr.py7zr import (ArchiveInfo, FileInfo, SevenZipFile, is_7zfile,
unpack_7zarchive)

__copyright__ = 'Copyright (C) 2019 Hiroshi Miura'

try:
__version__ = get_distribution(__name__).version
except DistributionNotFound:
Expand Down

0 comments on commit 7f32a04

Please sign in to comment.