view MANIFEST.in @ 1086:2566f17a0e59

server (setup): New setup.py compatible with archlinux PKGBUILD. This file use a new "arch" option in LIBERVIA_INSTALL environment variable (which is set when libervia is installed with PKGBUILD. This setup.py solves the following issues: - os.symlink(os.path.dirname(libervia.__file__), os.path.join(tmp_dir,"libervia")) fails with PKGBUILD because the module libervia is not accessible. - self.custom_create_links() fails with PKGBUILD because the permissions of bin directory is read-only.
author Arnaud Joset <info@agayon.be>
date Mon, 02 Apr 2018 10:39:55 +0200
parents 9949f0940609
children 6ddd47be0875
line wrap: on
line source

include MANIFEST.in ez_setup.py
global-include *.py
global-include *.ini
global-include *.po *.mo
global-include CHANGELOG COPYING* INSTALL README*
global-include *.sh
include src/browser/public
include themes
recursive-include src *.js
exclude *.sh
global-exclude *.un~
global-exclude *.pyc
prune output
prune html