olgabot / prettyplotlib

Painlessly create beautiful matplotlib plots.
olgabot.github.io/prettyplotlib
MIT License
1.69k stars 148 forks source link

typo in setup.py: 'requirments.txt' -> 'requirements.txt' #56

Closed cel4 closed 10 years ago

cel4 commented 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()
olgabot commented 10 years ago

oh thank you! My eyes must have been broken last time I looked there. Just fixed it: https://github.com/olgabot/prettyplotlib/commit/d84178442008ab5e665e19a793336a40d6a2e934