More packaging stuff

Another set of changes.

Change-Id: If80ff3a340be5dffcb00df7aadedbbf8100cea12
This commit is contained in:
Kevin Fox 2015-08-23 15:18:28 -07:00
parent e2c59cb60f
commit f0e82cf8b6
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
include setup.py
recursive-include enabled *
recursive-include app_catalog/static *
recursive-include app_catalog/templates *
recursive-include component_catalog/templates *

View File

@ -34,7 +34,7 @@ setup(
'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP',
],
packages=find_packages(),
packages=['app_catalog', 'component_catalog'],
include_package_data = True,
)