Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Fix PEP8 complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Oct 19, 2017
1 parent 357b07f commit 62d3591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_requirements():
entry_points={
'console_scripts': [
'nordnm = nordnm.__main__:main'
]},
]},
classifiers=[
'Environment :: Console',
'Intended Audience :: End Users/Desktop',
Expand All @@ -58,5 +58,5 @@ def get_requirements():
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
]
]
)

0 comments on commit 62d3591

Please sign in to comment.