Update docs with information about how to use thread-unsafe code in
[salmon.git] / MANIFEST.in
blob3cea92b2fbc1e309358a305d095b6302a88c0718
1 include LICENSE
2 include README.rst
3 include CHANGELOG.rst
4 graft docs
5 prune docs/_build
6 graft salmon
7 graft tests
8 exclude tests/*.db
9 global-exclude *.py[co]
10 global-exclude __pycache__
11 include versioneer.py
12 include salmon/_version.py