Skip to content
Snippets Groups Projects
Select Git revision
  • 39da3e9abc1e5d9da3dadeded4174dbbc63dfefc
  • main default protected
2 results

app_functions.py

Blame
  • MANIFEST.in 337 B
    recursive-include ltfat_C_kernel *.c *.h *.txt
    recursive-include ltfatpy/comp *.c *.pyx
    recursive-include doc *.rst *.py *.png *.bib
    prune ltfat_C_kernel/tests
    prune ltfat_C_kernel/lib
    #prune ltfatpy/tests
    graft cmake-modules
    include *.txt
    include *.rst
    include VERSION
    exclude tests_results.txt
    exclude requirements*
    exclude copyright*