Skip to content

Commit

Permalink
entry_points instead of scripts (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
oittaa authored Dec 4, 2021
1 parent a148c6f commit 4a08210
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
8 changes: 0 additions & 8 deletions bin/gcp-storage-emulator

This file was deleted.

10 changes: 0 additions & 10 deletions bin/gcp-storage-emulator.py

This file was deleted.

7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,13 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
scripts=["bin/gcp-storage-emulator", "bin/gcp-storage-emulator.py"],
entry_points={
"console_scripts": [
"gcp-storage-emulator=gcp_storage_emulator.__main__:main",
],
},
setup_requires=[
"wheel",
],
Expand Down

0 comments on commit 4a08210

Please sign in to comment.