From 39e138e5dc4f597c99627ee333e6597a0473c24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Marti=CC=81n?= Date: Wed, 20 Mar 2013 12:54:34 +0100 Subject: [PATCH] Corrected license on setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2935cfa..8a57be6 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,6 @@ author_email='fmartingr@me.com', packages=['datCrawl'], url='http://github.com/fmartingr/datCrawl/', - license='LICENSE', + license='GPLv2', description='Crawl as is you were using an API.', )