Skip to content

Commit a904d05

Browse files
committed
v1.0.0
1 parent 434a897 commit a904d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__title__ = '{{ name }}'
1414
__author__ = '{{ author }}'
1515
__license__ = '{{ license }}'
16-
__copyright__ = 'Copyright {{ year }} {{ name }}'
16+
__copyright__ = 'Copyright {{ year }} {{ author }}'
1717
__version__ = '0.0.1'
1818

1919
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

0 commit comments

Comments
 (0)