Skip to content

Commit

Permalink
change install_requires to get correct statistics back port
Browse files Browse the repository at this point in the history
(version statistics gets causes unicode string error on 3.2)
  • Loading branch information
genomematt committed Apr 12, 2015
1 parent 547ccc3 commit e77a435
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 @@ -8,7 +8,7 @@
try:
import statistics
except ImportError:
install_requires.append('statistics')
install_requires.append('backports.statistics')

setup(
name='XenoMapper',
Expand Down

0 comments on commit e77a435

Please sign in to comment.