Skip to content

Commit f437d43

Browse files
author
Alex Brandt
committed
Ensure all files in docs are part of the sdist.
With the current MANIFEST.in the scripts for generating examples and documentation are not actually included in the sdist. This ensures the documentation and example sources are included.
1 parent 89e9689 commit f437d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ include LICENSE
33
include README.rst
44
include requirements
55
include test
6-
include docs
6+
recursive-include docs *
77
include examples/*.py
88
include man/pycallgraph.1

0 commit comments

Comments
 (0)