mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Install a script to start pgAdmin (pgadmin4) from the command line when installed from the Python wheel. Fixes #1825
This commit is contained in:
@@ -96,6 +96,8 @@ setup(
|
||||
##data_files=,
|
||||
|
||||
# 'scripts' keyword is used to provide executable scripts. It provides cross-platform support.
|
||||
##entry_points=,
|
||||
entry_points={
|
||||
'console_scripts': ['pgadmin4=pgadmin4.pgAdmin4.__init__:main'],
|
||||
},
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user