Skip to content

Commit

Permalink
issue #26: added __init__.py and entry point to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Feb 6, 2024
1 parent 652dc70 commit ecc83d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Empty file.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
name='devsecops-scripts',
version='1.0.0',
packages=find_packages(),
entry_points={
'console_scripts': [
'remove-previous-images=remove_previous_image.remove_previous_image:main',
],
},
url='https://github.com/ai-cfia/devops.git',
author='ai-cfia',
author_email='[email protected]',
Expand Down

0 comments on commit ecc83d1

Please sign in to comment.