Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add plyr as player default and remove NodeJS, npm and videojs | Jesús | 2022-02-28 | 1 | -1/+0 |
| | |||||
* | Add db/migrations/env.py to MANIFEST.in | Elisei Roca | 2021-09-20 | 1 | -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 MANIFEST | Boris Bobrov | 2017-11-17 | 1 | -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 dir | Boris Bobrov | 2017-11-14 | 1 | -1/+2 |
| | |||||
* | add alembic.ini to MANISFEST.in | Boris Bobrov | 2017-11-14 | 1 | -1/+1 |
| | |||||
* | More things to include in MANIFEST.in | Christopher Allan Webber | 2015-06-04 | 1 | -2/+5 |
| | |||||
* | More adjustments to manifest.in | Christopher Allan Webber | 2015-06-03 | 1 | -1/+4 |
| | | | | | | - include Makefile.in - include configure scripts - graft on devtools | ||||
* | We now store mediagoblin.example.ini, not mediagoblin.ini | Christopher Allan Webber | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | Fixing MANIFEST.in: graft expects one directory per line | Christopher Allan Webber | 2013-02-10 | 1 | -1/+2 |
| | |||||
* | Updating MANIFEST.in for more files... trying to make this work on pypi :) | Christopher Allan Webber | 2013-02-10 | 1 | -4/+7 |
| | |||||
* | Add extlibs to packaging | Sebastian Spaeth | 2012-12-03 | 1 | -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/*.mo | Sebastian Spaeth | 2012-12-02 | 1 | -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.xml | Sebastian Spaeth | 2012-11-29 | 1 | -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 packaging | Elrond | 2012-01-26 | 1 | -1/+1 |
| | | | | Again thanks to Clint Byrum! | ||||
* | Packaging improvement by Clint Byrum from Debian/Ubuntu | Elrond | 2012-01-26 | 1 | -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 sdists | Christopher Allan Webber | 2011-11-12 | 1 | -0/+5 |