Codebase list python-pyric / debian/0.1.5-1 MANIFEST.in
debian/0.1.5-1

Tree @debian/0.1.5-1 (Download .tar.gz)

MANIFEST.in @debian/0.1.5-1raw · history · blame

# setup paramaters for PyRIC via PyPi
include LICENSE CHANGES README.md TODO

# Include subdirectories
# note to self: even including recursive-include here, have to follow up by
# ensuring data (non .py) files are also referenced in setup.py
recursive-include examples
recursive-include examples *.py
recursive-include docs *.pdf
recursive-include pyric/utils/data *.txt
recursive-include pyric/nlhelp *.help