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