Skip to content

Commit d30ce84

Browse files
committed
Additional renamings
1 parent 70f0bd5 commit d30ce84

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ my-app: # CLI without any arguments, utilizing uv script entrypoint
7878
# Docker
7979
####################################
8080
docker-build: # Build local image for testing
81-
docker build --platform $(CPU_ARCH) -t python-cli-template:latest .
81+
docker build --platform $(CPU_ARCH) -t timdex-embeddings:latest .
8282

8383
docker-shell: # Shell into local container for testing
84-
docker run -it --entrypoint='bash' python-cli-template:latest
84+
docker run -it --entrypoint='bash' timdex-embeddings:latest
8585

8686
docker-run: # Run main entrypoint + command without arguments
87-
docker run python-cli-template:latest
87+
docker run timdex-embeddings:latest

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# https://mitlibraries.atlassian.net/wiki/spaces/IN/pages/3432415247/Python+Project+Linters#Template-for-pyproject.toml
44

55
[project]
6-
name = "python-cli-template"
7-
version = "2.0.0"
6+
name = "timdex-embeddings"
7+
version = "1.0.0"
88
requires-python = ">=3.12"
99

1010
dependencies = [

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)