Skip to content
Snippets Groups Projects

Make package installable

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading