Skip to content

Commit

Permalink
Include csslint-node.js, close kmmbvnr#94
Browse files Browse the repository at this point in the history
  • Loading branch information
kmmbvnr committed Apr 17, 2012
1 parent 4290c92 commit 925185f
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 @@ -43,5 +43,5 @@ def run(self):
'pylint (>=0.23)',
],
packages = ['django_jenkins', 'django_jenkins.management', 'django_jenkins.tasks', 'django_jenkins.management.commands'],
package_data={'django_jenkins': ['tasks/pylint.rc', 'tasks/jslint_runner.js', 'tasks/jslint/jslint.js', 'tasks/csslint/release/csslint-rhino.js']},
package_data={'django_jenkins': ['tasks/pylint.rc', 'tasks/jslint_runner.js', 'tasks/jslint/jslint.js', 'tasks/csslint/release/csslint-rhino.js', 'tasks/csslint/release/csslint-node.js']},
)

0 comments on commit 925185f

Please sign in to comment.