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

should `egg_info` target be supported without library checks?

Open belm0 opened this issue 5 years ago • 1 comments

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.

belm0 avatar Feb 27 '20 07:02 belm0

We probably should switch to something declarative like pyproject…

keszybz avatar Aug 15 '22 14:08 keszybz