Skip to content

Make package installable

Viacheslav Ostroukh requested to merge qt/Poisson_Solver:master into master

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.

Merge request reports