From ec8243e311623e377340b35f03ac0db929035d07 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 3 Mar 2014 17:08:35 +0100 Subject: [PATCH] fix setup --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.5