Commit d08c2737 authored by Marius Gedminas's avatar Marius Gedminas

Include all the source files in MANIFEST.in

Because otherwise doc/INSTALL.rst lies to users when it tells them the
source tarball will have a buildout.cfg and everything.  Lying to users
is Bad.

(I don't know what to do about the .mo files that are in git.  Should
they be included in the sdist?)
parent 7f9616d1
...@@ -7,3 +7,9 @@ global-exclude *.dll ...@@ -7,3 +7,9 @@ global-exclude *.dll
global-exclude *.pyc global-exclude *.pyc
global-exclude *.pyo global-exclude *.pyo
global-exclude *.so global-exclude *.so
include *.py
include .travis.yml
include buildout.cfg
include sources.cfg
include versions.cfg
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment