python-systemd icon indicating copy to clipboard operation
python-systemd copied to clipboard

Adopt modern Python package method

Open hongquan opened this issue 7 months ago • 0 comments

We have a Django project, which is meant to deploy on Linux server, and use uv as package manager. But some of our teammates use MacOS in development. One issue is that, when uv tries to resolve dependencies, it doesn't find enough dependency info of systemd-python (neither from PyPI nor from source dist), it has to build wheel file for systemd-python. This process has to be performed also on MacOS system, and then fails.

So, it would be nice if python-systemd project migrates to pyproject.toml file, so that this issue won't happen.

Thanks.

hongquan avatar Jun 06 '25 06:06 hongquan