Skip to content

Commit

Permalink
Fix setup.py typo. References Kozea#170
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Nov 19, 2014
1 parent 53a9519 commit 71fe829
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 @@ -65,7 +65,7 @@ def run_tests(self):
tests_require=["pytest", "pyquery", "flask", "cairosvg"],
cmdclass={'test': PyTest},
package_data={'pygal': ['css/*', 'graph/*.svg']},
extra_requires={
extras_require={
'lxml': ['lxml'],
'png': ['cairosvg']

Expand Down

0 comments on commit 71fe829

Please sign in to comment.