Skip to content
Snippets Groups Projects
Select Git revision
  • 8949c846014f3ba46862e7a122a90d5c0a748206
  • devel default protected
  • master protected
  • working-default
4 results

index.md

Blame
  • MANIFEST.in 262 B
    include AUTHORS.rst
    include CONTRIBUTING.rst
    include HISTORY.rst
    include LICENSE
    include README.rst
    
    recursive-include tests *
    recursive-exclude * __pycache__
    recursive-exclude * *.py[co]
    
    recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif