Skip to content

Commit

Permalink
Ship documentation in source distribution
Browse files Browse the repository at this point in the history
Source distributions (sdist) of python-ldap now contain documentation.
This allows users to build and read docs locally. Also fixes tox test
run in sdist.

https://github.com/python-ldap/python-ldap/pull/77
  • Loading branch information
Christian Heimes authored and Petr Viktorin committed Dec 4, 2017
1 parent c84b4fa commit cd6f620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ recursive-include Build *.cfg*
recursive-include Lib *.py
recursive-include Demo *.py
recursive-include Tests *.py *.ldif
recursive-include Doc *.rst *.py spelling_wordlist.txt Makefile
prune Doc/.build

0 comments on commit cd6f620

Please sign in to comment.