kopia lustrzana https://github.com/rtts/django-simplecms
another try to include package data
rodzic
49b3e127c8
commit
807b45db9b
|
@ -1 +1,3 @@
|
||||||
include *.html
|
recursive-include cms/static *
|
||||||
|
recursive-include cms/templates *
|
||||||
|
recursive-include cms/locale *
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'django-simplecms',
|
name = 'django-simplecms',
|
||||||
version = '0.0.3',
|
version = '0.0.4',
|
||||||
url = 'https://github.com/rtts/django-simplecms',
|
url = 'https://github.com/rtts/django-simplecms',
|
||||||
author = 'Jaap Joris Vens',
|
author = 'Jaap Joris Vens',
|
||||||
author_email = 'jj@rtts.eu',
|
author_email = 'jj@rtts.eu',
|
||||||
|
|
Ładowanie…
Reference in New Issue