chiark / gitweb /
Apply some autopep8-python2 suggestions
[fdroidserver.git] / setup.py
index 669cfaee60174696d59d2485f29cb4ab9aa7810d..a4bff8c84298267e1589496c3706a639766ac8b8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(name='fdroidserver',
                   'examples/makebs.config.py',
                   'examples/opensc-fdroid.cfg',
                   'examples/fdroid-icon.png']),
-          ],
+      ],
       install_requires=[
           'mwclient',
           'paramiko',
@@ -28,12 +28,12 @@ setup(name='fdroidserver',
           'apache-libcloud >= 0.14.1',
           'pyasn1',
           'pyasn1-modules',
-          ],
+      ],
       classifiers=[
           'Development Status :: 3 - Alpha',
           'Intended Audience :: Developers',
           'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
           'Operating System :: POSIX',
           'Topic :: Utilities',
-          ],
+      ],
       )