aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorElrond <elrond+mediagoblin.org@samba-tng.org>2012-01-26 21:33:49 +0100
committerElrond <elrond+mediagoblin.org@samba-tng.org>2012-01-26 21:33:49 +0100
commitd595374d180afef2f468e75b50331ea8e1e621ed (patch)
treeeb15aee7623561a205e23865fa16a28b0edf657e /setup.py
parentc47a03b909ecd97cab5b144d0cab007b62b92a90 (diff)
downloadmediagoblin-d595374d180afef2f468e75b50331ea8e1e621ed.tar.lz
mediagoblin-d595374d180afef2f468e75b50331ea8e1e621ed.tar.xz
mediagoblin-d595374d180afef2f468e75b50331ea8e1e621ed.zip
Packaging improvement by Clint Byrum from Debian/Ubuntu
1) MANIFEST.in missed a bunch of things, especially config_spec.ini. 2) You need to specify include_package_data=True in setup.py to actually activate MANIFEST.in it seems. Thanks go to Clint Byrum!
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 293f3f03..ca7d4ae2 100644
--- a/setup.py
+++ b/setup.py
@@ -38,6 +38,7 @@ setup(
version=get_version(),
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
zip_safe=False,
+ include_package_data = True,
# scripts and dependencies
install_requires=[
'setuptools',