I want to create a new PyPI package, but this will have an special wheels where I will invoke it like this:
pip install misoftware[customer1]
Is this possible?
If so how can I provide patches for [customer1]
For example my main release is:
misoftware==1.1
and
misoftware[customer1]
I want
misoftware[customer1]==1.1.2
This will be 3 wheels total