• Kirill Smelkov's avatar
    setup: Make check-manifest happy · e1a5ceea
    Kirill Smelkov authored
    Before this patch it was complaining:
    
        (xlte3.venv) kirr@deca:~/src/wendelin/xlte$ check-manifest
        lists of files in version control and sdist do not match!
        missing from sdist:
          demo/kpidemo.ipynb
          demo/kpidemo.py
          xlte.py
        suggested MANIFEST.in rules:
          include *.py
          recursive-include demo *.ipynb
          recursive-include demo *.py
    
    Noticed during kirr/xlte!2 review.
    e1a5ceea