16 Commits

Author SHA1 Message Date
1079d1cee4
Add plyr as player default and remove NodeJS, npm and videojs 2022-02-28 07:51:38 +08:00
Elisei Roca
b30ee2e4d2
Add db/migrations/env.py to MANIFEST.in
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>
2021-09-20 12:10:04 +10:00
Boris Bobrov
59a9c11e9a add alembic migrations to MANIFEST
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.
2017-11-17 14:23:12 +03:00
Boris Bobrov
b3429ec69c move alembic.ini to python app dir 2017-11-14 22:01:19 +03:00
Boris Bobrov
152d037323 add alembic.ini to MANISFEST.in 2017-11-14 19:22:17 +03:00
Christopher Allan Webber
30dbf9f524 More things to include in MANIFEST.in 2015-06-04 00:18:47 -05:00
Christopher Allan Webber
270caff0d3 More adjustments to manifest.in
- include Makefile.in
 - include configure scripts
 - graft on devtools
2015-06-03 21:32:44 -05:00
Christopher Allan Webber
095c85972b We now store mediagoblin.example.ini, not mediagoblin.ini 2015-06-03 21:26:42 -05:00
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