aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Fixing MANIFEST.in: graft expects one directory per lineChristopher Allan Webber2013-02-101-1/+2
|
* Updating MANIFEST.in for more files... trying to make this work on pypi :)Christopher Allan Webber2013-02-101-4/+7
|
* Add extlibs to packagingSebastian Spaeth2012-12-031-0/+1
| | | | | | | 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>
* Also package i18n/*.moSebastian Spaeth2012-12-021-0/+1
| | | | | | | .... and I wondered why my production site fails to display German pages... Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Also package webfinger.xmlSebastian Spaeth2012-11-291-1/+1
| | | | | | | | 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>
* Add "mediagoblin/templates *.txt" to packagingElrond2012-01-261-1/+1
| | | | Again thanks to Clint Byrum!
* Packaging improvement by Clint Byrum from Debian/UbuntuElrond2012-01-261-2/+2
| | | | | | | | | | 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!
* Probably should have MANIFEST.in checked in, for doing python sdistsChristopher Allan Webber2011-11-121-0/+5