forked from EUDAT-B2SHARE/b2share
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes MANIFEST.in template to properly include all package resources and static files independently of their extension. Signed-off-by: Lars Holm Nielsen <[email protected]>
- Loading branch information
1 parent
9c6edc1
commit aba3127
Showing
1 changed file
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,31 @@ | ||
include requirements*.txt | ||
recursive-include docs *.xml *.xsl *.xsd *.tpl *.html *.js *.css *.cfg *.bft *.rst *.png *.gif *.ico *.sql | ||
recursive-include invenio *.bfo *.bft *.bfx *.cfg *.conf *.css *.dat *.dia *.dtd *.edited *.foo *.gif *.html *.ico *.in *.java *.jpeg *.jpg *.js *.json *.kb *.lisp *.lua *.mbox *.mo *.pdf *.png *.po *.pot *.ps *.rdf *.sql *.test *.tex *.tpl *.txt *.webdoc *.wsgi *.xml *.xsd *.xsl | ||
|
||
include requirements*.txt ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS README RELEASE-NOTES THANKS TODO UNINSTALL bower.json Gruntfile.js mapping.cfg package.json Procfile setup.cfg | ||
include invenio/invenio.wsgi | ||
include invenio/base/static/img/test* | ||
include invenio/legacy/elmsubmit/mime.types.edited | ||
|
||
recursive-include docs * | ||
recursive-exclude docs/_build * | ||
|
||
recursive-include invenio/testsuite * | ||
|
||
recursive-include invenio/base/static * | ||
recursive-include invenio/base/templates * | ||
recursive-include invenio/base/translations *.mo *.po *.pot | ||
|
||
recursive-include invenio/modules/*/static * | ||
recursive-include invenio/modules/*/templates * | ||
recursive-include invenio/modules/*/testsuite * | ||
recursive-include invenio/modules/*/recordext/* * | ||
recursive-include invenio/modules/*/converterext * | ||
recursive-include invenio/modules/*/documentext * | ||
recursive-include invenio/modules/*/editorext * | ||
recursive-include invenio/modules/*/exportext * | ||
recursive-include invenio/modules/*/format_elements * | ||
recursive-include invenio/modules/*/format_templates * | ||
recursive-include invenio/modules/*/output_formats * | ||
recursive-include invenio/modules/*/rankext * | ||
|
||
recursive-include invenio/modules/authorids/name_authority_files * | ||
recursive-include invenio/modules/encoder/scripts * | ||
recursive-include invenio/utils/data * | ||
recursive-include invenio/legacy * | ||
|
||
recursive-exclude * *.py[co] |