Convert azure-messaging-webpubsubclient from using setup.py to pyproject.toml. Avoid converting azure-mgmt* packages.
- As an example, take a look at the conversion of azure-eventhub setup.py to pyproject.toml.
- Ensure that the dynamic version file path is added correctly.
- Ensure that the correct 'requires-python >=' Python version is correct.
- Ensure that the project.urls repository is ""https://github.com/Azure/azure-sdk-for-python.""
- Ensure the py.typed line looks like:
pytyped = ["py.typed"]
- If
stress/ or doc/ folders exist at the project root dir, exclude them.