ContinuumIO / ciocheck

Continuum Analytics linter, formatter and test suite helper.
MIT License
25 stars 10 forks source link

setup.py broken #11

Closed pitrou closed 7 years ago

pitrou commented 8 years ago
$ pip install -e .
Obtaining file:///home/antoine/ciocheck
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/home/antoine/ciocheck/setup.py", line 44
        description='A stand alone PyQt/PySide GUI application for managing conda '
           ^
    SyntaxError: keyword argument repeated

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /home/antoine/ciocheck/
goanpeca commented 7 years ago

I guess this is no longer a problem?