Skip to content

Commit

Permalink
excluded node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzpedal committed Oct 27, 2015
1 parent 30a18eb commit 5ef04d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ def get_version(package):
package_data={
'star_ratings/static': ['*'],
'star_ratings/templates': ['*'],
'star_ratings/static/star_ratings/js/node_modules': ['*'],
'': ['README.rst', 'setup.cfg'],
},
exclude_package_data={
'': ['__pycache__', '*.py[co]'],
'star_ratings/static/star_ratings/js/node_modules': ['*'],
},
license='BSD License',
description=('A Django app to add star ratings to models.'),
Expand Down

0 comments on commit 5ef04d7

Please sign in to comment.