Mark license as TODO
This commit is contained in:
parent
9b36c1513c
commit
d2c31e7de7
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
<version>0.0.1</version>
|
<version>0.0.1</version>
|
||||||
<description>Tools for analysing trace data</description>
|
<description>Tools for analysing trace data</description>
|
||||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||||
<license>GPLv3</license>
|
<license>TODO</license>
|
||||||
<author email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</author>
|
<author email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</author>
|
||||||
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
|
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
|
||||||
|
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -24,5 +24,6 @@ setup(
|
||||||
f'process = {package_name}.process:main',
|
f'process = {package_name}.process:main',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
license='TODO',
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest'],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue