mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Updated packaging files to not include template file anymore.
This commit is contained in:
parent
fdd7c8c66c
commit
ddd9d9b4fc
2 changed files with 3 additions and 2 deletions
|
|
@ -4,4 +4,4 @@ include README.rst
|
|||
include MANIFEST.in
|
||||
recursive-include docs *.txt
|
||||
recursive-include dbtemplates/locale *
|
||||
recursive-include dbtemplates/templates/admin/dbtemplates/template *.html
|
||||
recursive-include dbtemplates/media/dbtemplates *.css *.js
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -14,7 +14,8 @@ setup(
|
|||
package_data = {
|
||||
'dbtemplates': [
|
||||
'locale/*/LC_MESSAGES/*',
|
||||
'templates/admin/dbtemplates/template/*.html',
|
||||
'media/dbtemplates/css/*.css',
|
||||
'media/dbtemplates/js/*.js',
|
||||
],
|
||||
},
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue