You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The devs of this project recently decided to move away from the old way of pip + requirements.txt for Python dependency management and setup.py for packaging to a new, modern, standards-based and fully integrated solution: pdm.
This issue is about accomplishing that for osc-tiny.
Acceptance criteria
osc-tiny's dependencies are managed by pdm.
osc-tiny is packaged using pdm:
for publication on PyPI and…
for distribution via Open Build Service.
The documentation reflects this.
The workflows are adjusted to take this into account.
The text was updated successfully, but these errors were encountered:
User story
The devs of this project recently decided to move away from the old way of
pip
+requirements.txt
for Python dependency management andsetup.py
for packaging to a new, modern, standards-based and fully integrated solution: pdm.This issue is about accomplishing that for
osc-tiny
.Acceptance criteria
osc-tiny
's dependencies are managed bypdm
.osc-tiny
is packaged usingpdm
:The text was updated successfully, but these errors were encountered: