From: Guillaume Pellerin Date: Mon, 3 Mar 2014 16:08:35 +0000 (+0100) Subject: fix setup X-Git-Tag: 1.4.6^2~34 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ec8243e311623e377340b35f03ac0db929035d07;p=telemeta.git fix setup --- diff --git a/setup.py b/setup.py index 75ea190b..74a87d5b 100644 --- a/setup.py +++ b/setup.py @@ -42,8 +42,8 @@ setup( 'python-ebml', ], dependency_links=[ - "git+ssh://git@github.com:yomguy/python-zipstream.git@1.0.3#egg=zipstream=1.0.3" - ] + "git+ssh://git@github.com:yomguy/python-zipstream.git@1.0.3#egg=zipstream=1.0.3", + ], platforms=['OS Independent'], license='CeCILL v2', classifiers = CLASSIFIERS,