Permalink
Browse files
Fix syntax error in setup.py. Oops.
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
setup.py
|
@@ -23,7 +23,7 @@ |
|
|
install_requires=['Flask>=0.9',
|
|
|
'futures>=2.1.1',
|
|
|
'Jinja2>=2.6',
|
|
|
- 'Pygments>=1.4']
|
|
|
+ 'Pygments>=1.4'],
|
|
|
tests_require=['nose'],
|
|
|
url='https://github.com/mozilla/dxr',
|
|
|
include_package_data=True,
|
|
|
0 comments on commit
9de9695