Update setup.py

This commit is contained in:
2025-06-29 19:09:11 +00:00
parent 61647118e5
commit 6fa5cdf5a5

View File

@@ -4,5 +4,5 @@ setup(
name="hello-codeartifact",
version="0.1.0",
packages=find_packages(),
description="A helloworld PyPI package for CodeArtifact demo",
description="A hello-world PyPI package for CodeArtifact demo",
)