Skip to content

Commit

Permalink
Use console_scripts instead of scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
depau committed Nov 7, 2024
1 parent 034919b commit c685955
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
3 changes: 0 additions & 3 deletions bin/awslocal.bat

This file was deleted.

5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
author_email='[email protected]',
url='https://github.com/localstack/awscli-local',
packages=[],
scripts=['bin/awslocal', 'bin/awslocal.bat'],
py_modules=['awslocal'],
entry_points={
'console_scripts': ['awslocal=awslocal:main'],
},
package_data={},
data_files={},
install_requires=['localstack-client'],
Expand Down

0 comments on commit c685955

Please sign in to comment.