Skip to content

Commit f3d7bba

Browse files
chore: update attributions and include them in the python wheel (#27)
* chore: update the attributions file Signed-off-by: Harrison Saturley-Hall <hsaturleyhal@nvidia.com> * fix: include attributions in wheel Signed-off-by: Harrison Saturley-Hall <hsaturleyhal@nvidia.com> --------- Signed-off-by: Harrison Saturley-Hall <hsaturleyhal@nvidia.com>
1 parent 22f3ae2 commit f3d7bba

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

ATTRIBUTIONS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:a6be58b70923dfd23c667d2b98a5bef2e4b1550afffecc35bb200574a3a7edb9
3-
size 586731
2+
oid sha256:39e0f768eee87342d20970c9a5b437997de26f7a6452fc3dfc5df8355329b085
3+
size 204631

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV PATH="${VIRTUAL_ENV}/bin:${PATH}"
1414

1515
FROM base AS build
1616
COPY src/ /workspace/src/
17-
COPY LICENSE pyproject.toml README.md /workspace/
17+
COPY LICENSE ATTRIBUTIONS.md pyproject.toml README.md /workspace/
1818
RUN uv build --wheel --out-dir /workspace/dist
1919

2020
FROM base AS runtime

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ keywords = [
3636

3737
readme = "README.md"
3838
license = "Apache-2.0"
39-
license-files = ["LICENSE"]
39+
license-files = [
40+
"LICENSE",
41+
"ATTRIBUTIONS.md"
42+
]
4043

4144
requires-python = ">=3.9"
4245

0 commit comments

Comments
 (0)