8 Commits

Author SHA1 Message Date
Christopher Allan Webber
fc6616ed26 Fixing MANIFEST.in: graft expects one directory per line 2013-02-10 13:49:35 -06:00
Christopher Allan Webber
140f703fc4 Updating MANIFEST.in for more files... trying to make this work on pypi :) 2013-02-10 13:48:18 -06:00
Sebastian Spaeth
fd7c348415 Add extlibs to packaging
setup.py bdist fails as it can't find the extlib's. DOH, that is because
we don't package them.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-12-03 13:53:32 +01:00
Sebastian Spaeth
1aac6a3c3c Also package i18n/*.mo
....
and I wondered why my production site fails to display German pages...

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-12-02 01:09:35 +01:00
Sebastian Spaeth
e501c619cb Also package webfinger.xml
MANIFEST.in did not include *.xml for our templates, so the webfinger
template files got left out of our packaging with e.g. "setup.py install".
Fixed.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-11-29 14:32:28 +01:00
Elrond
997b419fe3 Add "mediagoblin/templates *.txt" to packaging
Again thanks to Clint Byrum!
2012-01-26 22:14:48 +01:00
Elrond
d595374d18 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!
2012-01-26 21:33:49 +01:00
Christopher Allan Webber
8bb3eb185a Probably should have MANIFEST.in checked in, for doing python sdists 2011-11-12 08:10:46 -06:00