Skip to content
  • Viacheslav Ostroukh's avatar
    Make package installable · b69c482d
    Viacheslav Ostroukh authored
    Both setuptools' and distutils' setup() functions were used, which
    is wrong: setuptools is built on top of distutuls and should be used
    instead. Calling setup() twice lead to the fact that pip couldn't install
    the package because of two egg-infos generated.
    
    In addition, some formatting was done in setup.py.
    b69c482d