python-systemd
python-systemd copied to clipboard
should `egg_info` target be supported without library checks?
Currently any invocation of setup.py, except for --version, triggers a runtime library check.
I think it precludes using the egg_info target on other platforms. E.g. pipenv will run this target when doing a lock.
We probably should switch to something declarative like pyproject…