From b4bce3a52bef5d9ee7c1f10631c8499550f05bcc Mon Sep 17 00:00:00 2001 From: Viktor Stanchev Date: Sun, 20 Sep 2015 01:29:22 -0700 Subject: [PATCH] fix license --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9c16ae2..8d30a87 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pirate-get', url='https://github.com/vikstrous/pirate-get', author='vikstrous', author_email='me@viktorstanchev.com', - license='GPL', + license='AGPL', packages=find_packages(), package_data={'': ["data/*.json"]}, entry_points={