File: 01-fix-setup-py.patch

package info (click to toggle)
distance 0.1.3%2Bgit20131122.ad7f9dc-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 244 kB
  • sloc: ansic: 1,429; python: 467; sh: 7; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/setup.py
+++ b/setup.py
@@ -122,7 +122,7 @@
     ext_modules = ext_modules,
     script_args = args,
     packages = ['distance'],
-    classifiers=(
+    classifiers=[
         'Intended Audience :: Developers',
         'Natural Language :: English',
         'License :: OSI Approved :: GNU General Public License (GPL)',
@@ -131,5 +131,5 @@
         'Programming Language :: C',
         'Programming Language :: Python',
         'Programming Language :: Python :: 3.3',
-    )
+    ]
 )