Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix distutils requires (not install_requires) in setup.py
  • Loading branch information
SmileyChris committed Sep 3, 2013
1 parent 0164c30 commit c027bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
scripts=[
'scripts/qr',
],
install_requires=['six'],
requires=['six'],
data_files=[('share/man/man1', ['doc/qr.1'])],
package_data={'': ['LICENSE']},
classifiers=[
Expand Down

0 comments on commit c027bf6

Please sign in to comment.