Skip to content
Snippets Groups Projects
Commit b97bc169 authored by Sébastien Helleu's avatar Sébastien Helleu
Browse files

Fix PEP8 errors

parent 4b1fb12d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -59,10 +59,10 @@ setup(
'Topic :: Software Development :: Localization',
],
packages=['msgcheck'],
tests_require = ['nose'],
test_suite = "nose.collector",
tests_require=['nose'],
test_suite="nose.collector",
install_requires=['pyenchant'],
entry_points = {
'console_scripts': ['msgcheck = msgcheck.msgcheck:main'],
entry_points={
'console_scripts': ['msgcheck=msgcheck.msgcheck:main'],
}
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment