Codebase list python-pyric / cf8b1c24-f34b-4137-b94b-1a2d9c571241/main MANIFEST.in
cf8b1c24-f34b-4137-b94b-1a2d9c571241/main

Tree @cf8b1c24-f34b-4137-b94b-1a2d9c571241/main (Download .tar.gz)

MANIFEST.in @cf8b1c24-f34b-4137-b94b-1a2d9c571241/mainraw · history · blame

# setup paramaters for PyRIC via PyPi/pip install
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