diff options
author | Marko Kreen | 2014-04-02 17:48:13 +0000 |
---|---|---|
committer | Marko Kreen | 2014-04-02 17:48:13 +0000 |
commit | bbcd65e4e74e705e0cc07a549bda73e37e20012a (patch) | |
tree | 1fb0b5a445c87c8b7188d4e0f51ae0d5fbdd1e65 /setup_skytools.py | |
parent | 38a4dd6b32d07904c60ec55099bcac1c82da8954 (diff) |
Update setup*.py to point to correct license.
Diffstat (limited to 'setup_skytools.py')
-rwxr-xr-x | setup_skytools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_skytools.py b/setup_skytools.py index cc9a1a4c..0d2158d4 100755 --- a/setup_skytools.py +++ b/setup_skytools.py @@ -193,7 +193,7 @@ if BUILD_C_MOD: # run actual setup setup( name = "skytools", - license = "BSD", + license = "ISC", version = ac_ver, maintainer = "Marko Kreen", maintainer_email = "markokr@gmail.com", |