Add license and maintainer to package/setup files

This commit is contained in:
Christophe Bedard 2019-06-24 10:32:24 +02:00
parent ffd1faa1f7
commit ce9453edd2
6 changed files with 9 additions and 6 deletions

View file

@ -23,6 +23,6 @@ setup(
f'trace = {package_name}.trace:main',
],
},
license='TODO',
license='Apache 2.0',
tests_require=['pytest'],
)