From 99e30ffbd940b50fd4896e6f02e873878435bc43 Mon Sep 17 00:00:00 2001 From: gplessm Date: Fri, 14 Oct 2016 11:56:09 +0200 Subject: [PATCH] Add license file --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index edb6e35..6b96ef6 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ version='0.0.1rc2', url='https://github.com/openego/ego.io', packages=find_packages(), + license='GNU GENERAL PUBLIC LICENSE Version 3', install_requires=[ 'geoalchemy2', "sqlalchemy['postgresql']",