[21:05:29] <core|Greenberet> Hi, do python packages support something like "ZYX replaces package XYZ"? I couldn't find something with google or in the pypi manual =(what I want to achieve: I'm creating a packages with circleci automatically on each tag. Now I want to do it also on each push on "package-testing". Since it is internally the same package, I wan't to make sure
[21:05:30] <core|Greenberet> that there aren't any conflicts, if someone installs both on the same machine.