Skip to content

Commit

Permalink
reverting indents
Browse files Browse the repository at this point in the history
Reverting indents because the change broke regression tests.
  • Loading branch information
nickjacobson authored Jun 19, 2016
1 parent 4cc53ed commit c1e7490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ def pkgPath(root, path, rpath="/"):
data_files=data_files,
install_requires=install_requires,
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2',
],
'Programming Language :: Python',
'Programming Language :: Python :: 2',
],
** setup_kwargs
)

0 comments on commit c1e7490

Please sign in to comment.