File: MANIFEST.in

package info (click to toggle)
python-outcome 1.3.0.post0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: python: 548; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
include README.rst CHEATSHEET.rst LICENSE* CODE_OF_CONDUCT* CONTRIBUTING*
include .coveragerc .style.yapf
include test-requirements.txt
include src/outcome/py.typed
recursive-include docs *
prune docs/build
recursive-include tests *.py