Skip to content

Commit da3b2da

Browse files
committed
📄🐳 Relicense the repo to BSD 3-clause
Also include it into a docker image
1 parent 3bbac12 commit da3b2da

File tree

3 files changed

+32
-674
lines changed

3 files changed

+32
-674
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ LABEL "com.github.actions.color"="yellow"
1212
ENV PYTHONDONTWRITEBYTECODE 1
1313
ENV PYTHONUNBUFFERED 1
1414

15+
ADD LICENSE.md /LICENSE.md
16+
1517
RUN pip install --upgrade --no-cache-dir twine
1618

1719
ENTRYPOINT ["twine"]

0 commit comments

Comments
 (0)