summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/setup.py b/setup.py
index 26871d7..90df5a2 100644
--- a/setup.py
+++ b/setup.py
@@ -40,15 +40,15 @@ setup(
packages=find_packages(exclude=['test*']),
test_suite='nose.collector',
classifiers=[
- 'Development Status :: 5 - Production/Stable'
- 'Intended Audience :: Developers'
- 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)' # noqa
- 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)'
- 'Operating System :: POSIX :: Linux'
- 'Programming Language :: Python'
- 'Programming Language :: Python :: 2'
- 'Programming Language :: Python :: 2.6'
- 'Programming Language :: Python :: 2.7'
- 'Topic :: System :: Filesystems'
+ 'Development Status :: 5 - Production/Stable',
+ 'Intended Audience :: Developers',
+ 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)', # noqa
+ 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
+ 'Operating System :: POSIX :: Linux',
+ 'Programming Language :: Python',
+ 'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 2.7',
+ 'Topic :: System :: Filesystems',
],
)