canonical / juju-verify

https://launchpad.net/juju-verify
GNU General Public License v3.0
2 stars 7 forks source link

Update build command in tox.ini #127

Closed esunar closed 2 years ago

esunar commented 2 years ago

Per [1], the way to build python packages should discourage the use of setup.py.

Instead of "setup.py sdist" (see [2]), "python -m build" should be used.

  1. https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
  2. https://github.com/canonical/juju-verify/blob/4525ebf0c08d17c1df7f5072419325951ab09149/tox.ini#L53

Imported from Launchpad using lp2gh.

esunar commented 2 years ago

(by martin-kalcok) PR merged: https://github.com/canonical/juju-verify/pull/41