[Packaging] Exclude symlinks in the source package from installation.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
It seems that `setup.py` started complaining about the installation of non-regular files. They seem to be created later anyway (as directories rather than symlinks), so no further action should be required (hopefully).
This commit is contained in:
parent
b312f1717f
commit
35c827ca4a
1 changed files with 10 additions and 0 deletions
10
MANIFEST.in
10
MANIFEST.in
|
@ -5,3 +5,13 @@ include platypush/config/*.yaml
|
|||
include platypush/config/systemd/*
|
||||
global-include manifest.json
|
||||
global-include components.json.gz
|
||||
|
||||
global-exclude __pycache__/*
|
||||
global-exclude *.pyc
|
||||
|
||||
# Exclude symlinks to avoid issues with setuptools
|
||||
exclude platypush/backend/http/webapp/public/icons/openweathermap/black
|
||||
exclude platypush/backend/http/webapp/public/icons/openweathermap/white
|
||||
exclude platypush/backend/http/webapp/src/**
|
||||
exclude platypush/events
|
||||
exclude platypush/install/scripts/ubuntu
|
||||
|
|
Loading…
Reference in a new issue