Skip to content

Commit

Permalink
Package data needs to be set for setup.py to install the resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McFague committed May 15, 2011
1 parent a5594fc commit 3010b3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -25,7 +25,10 @@
test_suite='nose.collector',
tests_require=['nose', 'mock', 'webtest'],
zip_safe=False,
packages=find_packages(exclude=["ez_setup", "linesman.tests.*"]),
packages=find_packages(exclude=["ez_setup", "linesman.tests", "linesman.tests.*"]),
package_data = {
'linesman': ['templates/*', 'media/css/*', 'media/js/*', 'media/images/*'],
},
install_requires=install_requires,
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 3010b3f

Please sign in to comment.