Skip to content

Commit ab16628

Browse files
committed
Linter fixes
1 parent 4081a42 commit ab16628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""Version information for pip."""
12
from setuptools import setup
23

34
setup(
@@ -11,7 +12,6 @@
1112
'Intended Audience :: System Administrators',
1213
'Operating System :: OS Independent',
1314
'Programming Language :: Python',
14-
'Topic :: Software Development :: Libraries :: Python Modules'
15+
'Topic :: Software Development :: Libraries :: Python Modules'
1516
],
1617
)
17-

0 commit comments

Comments
 (0)