aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Add plyr as player default and remove NodeJS, npm and videojsJesús2022-02-281-1/+0
|
* Add db/migrations/env.py to MANIFEST.inElisei Roca2021-09-201-0/+1
| | | | | | | This fixes a warning I have with packaging where this file would get installed in the wrong place (/usr/mediagoblin/env.py). Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* add alembic migrations to MANIFESTBoris Bobrov2017-11-171-0/+8
| | | | | | Alembic migrations do not get imported anywhere. Because of it they do not get included to the python package. But they need to be there in order for migrations to succeed.
* move alembic.ini to python app dirBoris Bobrov2017-11-141-1/+2
|
* add alembic.ini to MANISFEST.inBoris Bobrov2017-11-141-1/+1
|
* More things to include in MANIFEST.inChristopher Allan Webber2015-06-041-2/+5
|
* More adjustments to manifest.inChristopher Allan Webber2015-06-031-1/+4
| | | | | | - include Makefile.in - include configure scripts - graft on devtools
* We now store mediagoblin.example.ini, not mediagoblin.iniChristopher Allan Webber2015-06-031-1/+1
|
* 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