python-rope / ropevim

vim mode that uses rope library to provide features like python refactorings and code-assists
GNU General Public License v2.0
245 stars 34 forks source link

ValueError when running setup.py #81

Closed matmarczak closed 4 years ago

matmarczak commented 4 years ago

When I run python setup.py install on current master I get following exception:

  File "setup.py", line 34, in <module>
    long_description=get_long_description(),
  File "setup.py", line 28, in get_long_description
    end = lines.index('Setting Up')
ValueError: 'Setting Up' is not in list

It works fine with pip though

soupytwist commented 4 years ago

Broken in 2539e12, which hasn't been released yet. Thanks for reporting this, will get a fix in shortly.