summarylogtreecommitdiffstats
path: root/license.patch
blob: 42abce87a675305e95ce69690cb4ec386b336f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index 032fdcc..8973cfc 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ setup(
     author       = "Reynald Affeldt",
     install_requires = ['pygments'],
     packages = ['ssrmint'],
+    license = 'BSD',
-    license = ['BSD'],
     entry_points = {
         'pygments.styles': ['ssr = ssrmint:SSRStyle'],
         'pygments.lexers': ['CoqLexer = ssrmint:SSRLexer'],