Description
Describe the bug
We got a deprecation notice from PyPi related to our library msci.sdk.
Our library msci.sdk is generating wheel file from the same name and according to the new validations or the rules set by PyPi we are getting deprecation mail related to this. It is recommended to update the name to msci_sdk from msci.sdk.
We tried changing this name in our side and also tried them on testPyPi which worked fine for the wheel file generation but our library name is getting changed as well due to which the user will also face some issues while pip installing the library as in this case it is no longer msci.sdk but is msci_sdk.
Is there a way where we can counter this deprecation issue as well as we can keep the previous name of the library?
Expected behavior
Resolving PyPi deprecation notice while keeping library name as msci.sdk.
To Reproduce
Got to library https://pypi.org/project/msci.sdk/ and check project description on landing page.
TestPyPi link where we made our changes - https://test.pypi.org/project/msci-sdk/1.20.0rc11/
My Platform
Additional context