diff --git a/setup.py b/setup.py index 04ff063..977be58 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,6 @@ url='http://github.com/daleroberts/hdmedians', author='Dale Roberts', author_email='dale.o.roberts@gmail.com', - license='GPL3', + license='Apache License, Version 2.0', # cmdclass = {'build_ext': build_ext}, ext_modules = extensions)