Closed cel4 closed 10 years ago
Hi there,
As the title suggests, there is a minor typo in the setup.py file (line 13):
if sys.version_info[0] == 3: REQUIREMENTS = open('requirments.txt', encoding='utf-8').readlines()
oh thank you! My eyes must have been broken last time I looked there. Just fixed it: https://github.com/olgabot/prettyplotlib/commit/d84178442008ab5e665e19a793336a40d6a2e934
Hi there,
As the title suggests, there is a minor typo in the setup.py file (line 13):