Mark license as TODO

This commit is contained in:
Christophe Bedard 2019-06-06 09:55:55 +02:00
parent 6083335c47
commit 706924dfcf
2 changed files with 2 additions and 1 deletions

View file

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