Skip to content

Commit

Permalink
Fix cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
allburov committed Sep 5, 2022
1 parent 2dcb950 commit a81a547
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.4.2
- Fix: Failed to run artifactory-cleanup-0.4.1 command #64

## 0.4.1

- Use `CamelCase` style of rules by default.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="artifactory-cleanup",
version="0.4.1",
version="0.4.2",
description="Rules and cleanup policies for Artifactory",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -24,7 +24,7 @@
packages=find_packages(exclude=["tests"]),
entry_points={
"console_scripts": [
"artifactory-cleanup=artifactory_cleanup.artifactorycleanup:ArtifactoryCleanupCLI"
"artifactory-cleanup=artifactory_cleanup.cli:ArtifactoryCleanupCLI"
]
},
install_requires=[
Expand Down

0 comments on commit a81a547

Please sign in to comment.