File: MANIFEST.in

package info (click to toggle)
python-bayespy 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,132 kB
  • sloc: python: 22,402; makefile: 156
file content (14 lines) | stat: -rw-r--r-- 311 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include README*
include INSTALL*
include LICENSE
include CHANGELOG*

# Include header files
recursive-include bayespy *.h

# Add documentation to sdist-generated tarballs
recursive-include doc/source *.rst
recursive-include doc/source *.py
include doc/Makefile
#include doc/make.bat
include bayespy/_version.py