diff --git a/package.xml b/package.xml
index c100a91..a23316a 100644
--- a/package.xml
+++ b/package.xml
@@ -5,7 +5,7 @@
0.0.1
Tools for analysing trace data
Christophe Bedard
- GPLv3
+ TODO
Ingo Luetkebohle
Christophe Bedard
diff --git a/setup.py b/setup.py
index 747b42c..570e7cc 100644
--- a/setup.py
+++ b/setup.py
@@ -24,5 +24,6 @@ setup(
f'process = {package_name}.process:main',
],
},
+ license='TODO',
tests_require=['pytest'],
)