MANIFEST.in: include fixtures

This commit is contained in:
Benjamin Dauvergne 2017-07-17 21:04:08 +02:00
parent 9629a172ec
commit deea6ddc5f
2 changed files with 3 additions and 8 deletions

View File

@ -1,3 +1,4 @@
include COPYING
include VERSION
include MANIFEST.in
recursive-include src/authentic2_cut/fixtures/ *.json

View File

@ -80,9 +80,8 @@ setup(
name='authentic2-cut',
version=get_version(),
license='AGPLv3',
description='Authentic2 Fedict plugin',
description='Authentic2 CUT plugin',
author="Entr'ouvert",
url='https://repos.entrouvert.org/authentic2-auth-fedict.git',
author_email="info@entrouvert.com",
packages=find_packages('src'),
package_dir={
@ -90,12 +89,7 @@ setup(
},
package_data={
'authentic2_cut': [
'templates/authentic2_cut/*.html',
'static/authentic2_cut/img/*.png',
'static/authentic2_cut/css/*.css',
'static/authentic2_cut/js/*.js',
'locale/fr/LC_MESSAGES/django.po',
'locale/fr/LC_MESSAGES/django.mo',
'fixtures/*.json',
],
},
install_requires=[