📄🐳 Relicense the repo to BSD 3-clause

Also include it into a docker image
This commit is contained in:
Sviatoslav Sydorenko
2019-03-29 23:21:12 +01:00
parent 3bbac12773
commit da3b2dad9a
3 changed files with 32 additions and 674 deletions
+2
View File
@@ -12,6 +12,8 @@ LABEL "com.github.actions.color"="yellow"
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ADD LICENSE.md /LICENSE.md
RUN pip install --upgrade --no-cache-dir twine
ENTRYPOINT ["twine"]