Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • ci39
  • ci39-python12
  • py39
  • issue#14
  • endianness
  • bugs_i686
  • bug_test_instfreqplot_arm64
  • bug_test_tfplot
  • gitlab-ci
  • debian
  • v1.0.17
  • v1.0.16
  • v1.0.15
  • v1.0.14
  • v1.0.13
  • v1.0.12
  • v1.0.9
  • v1.0.8
  • v1.0.7
  • v1.0.6
  • v1.0.0
22 results

MANIFEST.in

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*