Fix license at setup.py

This commit is contained in:
Daniel Carrillo 2020-12-28 14:01:44 +01:00
parent e6756888e7
commit 0b2f98fa4f
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ setup(
url='http://github.com/dcarrillo/digaws',
author='Daniel Carrillo',
author_email='daniel.carrillo@gmail.com',
license='MIT',
license='Apache Software License',
packages=['digaws'],
zip_safe=False,
classifiers=[