diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..576303b --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include *.txt +recursive-include kotti_navigation *.css *.js *.pt diff --git a/kotti_navigation/locale/__init__.py b/kotti_navigation/locale/__init__.py new file mode 100644 index 0000000..8244172 --- /dev/null +++ b/kotti_navigation/locale/__init__.py @@ -0,0 +1 @@ +# Just so that locale directory gets packaged and created on installation diff --git a/setup.py b/setup.py index 59eda4f..5baeef2 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ def read(*rnames): url='http://pypi.python.org/pypi/kotti_navigation', license='BSD-derived (http://www.repoze.org/LICENSE.txt)', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), + package_data ={'kotti_navigation': ['templates/*.pt']}, include_package_data=True, zip_safe=False, install_requires=[