This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/python/swig/MANIFEST.in

31 lines
551 B
Plaintext
Raw Normal View History

2017-05-14 11:36:09 +01:00
# include CONTRIBUTING.md
2017-05-14 11:27:44 +01:00
include README.md
2017-09-02 23:47:14 +01:00
recursive-include yap4py/prolog *.*
recursive-include html *.*
recursive-include docs *.*
2017-10-11 02:24:15 +01:00
recursive-include so *.*
recursive-include dll *.*
recursive-include dylib *.*
2017-05-14 11:36:09 +01:00
2017-05-14 11:27:44 +01:00
# Documentation
graft docs
exclude docs/\#*
# Examples
graft examples
# docs subdirs we want to skip
prune docs/build
prune docs/gh-pages
prune docs/dist
# Patterns to exclude from any directory
global-exclude *~
global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints
prune data_kernelspec