bd808 / python-iptools

A few useful functions and objects for manipulating ip addresses in python.
http://python-iptools.readthedocs.org/
BSD 2-Clause "Simplified" License
70 stars 17 forks source link

MANIFEST.in: add entire docs folder (not just rst) #10

Closed jtriley closed 11 years ago

jtriley commented 11 years ago

When a release gets created the docs folder is missing the sphinx Makefile, config, static, and template folders which means it's not possible to build the docs with sphinx. This patch adds the missing pieces.

bd808 commented 11 years ago

This is a good idea, but I think the reason I only included .rst files originally was because my working copy often has built docs that I don't want to package. Could you change it to exclude all files under _build?

jtriley commented 11 years ago

@bd808 Sure thing, will do.

jtriley commented 11 years ago

@bd808 Should be ready to go.