Skip to content

Commit

Permalink
Merge pull request #1040 from projectsyn/cleanup-package-commands
Browse files Browse the repository at this point in the history
Clean up entry points provided by the Python package
  • Loading branch information
simu authored Oct 28, 2024
2 parents 55c992d + a36b1f1 commit 35457bd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 33 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ pytest-mock = "^3.8.2"

[tool.poetry.scripts]
commodore = 'commodore.cli:main'
local_reveal = 'tools.tools:reveal'
compile = 'tools.tools:compile'
kapitan = 'kapitan.cli:main'

[build-system]
requires = ["poetry>=0.12"]
Expand Down
12 changes: 0 additions & 12 deletions tools/reveal.sh

This file was deleted.

19 changes: 0 additions & 19 deletions tools/tools.py

This file was deleted.

0 comments on commit 35457bd

Please sign in to comment.