Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 6e50837

Browse files
committed
Fix inconsistent style
1 parent c6dabc6 commit 6e50837

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

project_name/__init__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
file "LICENSE" for more information.
1010
'''
1111

12-
# Package metadata ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13-
#
14-
# This is set of variables is to identify the Python software package.
12+
# Package metadata
13+
# .............................................................................
1514
#
1615
# ╭────────────────────── Notice ── Notice ── Notice ─────────────────────╮
1716
# | The following values are automatically updated at every release |
@@ -25,7 +24,7 @@
2524
__email__ = 'helpdesk@library.caltech.edu'
2625
__license__ = 'BSD 3-clause'
2726

28-
27+
2928
# Miscellaneous utilities.
3029
# .............................................................................
3130

0 commit comments

Comments
 (0)