mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Exclude config_local.py from PIP wheels.
This commit is contained in:
2
Makefile
2
Makefile
@@ -44,7 +44,7 @@ PGADMIN_INSTALL_CMD = pip install --use-wheel --find-links=${PGADMIN_DIST} ${PGA
|
|||||||
|
|
||||||
|
|
||||||
define create_manifest
|
define create_manifest
|
||||||
@printf 'recursive-include ${PGADMIN_SRC_DIR} *\nglobal-exclude pgadmin4.db *.pyc' > ${PGADMIN_MANIFEST}
|
@printf 'recursive-include ${PGADMIN_SRC_DIR} *\nglobal-exclude config_local.py\nglobal-exclude *.pyc' > ${PGADMIN_MANIFEST}
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define build
|
define build
|
||||||
|
|||||||
Reference in New Issue
Block a user