Azure / azure-cosmos-python

🚨🚨🚨This SDK is now maintained at https://github.com/Azure/azure-sdk-for-python 🚨🚨🚨
https://github.com/Azure/azure-sdk-for-python
MIT License
150 stars 141 forks source link

Fix package problem #198

Closed arrownj closed 4 years ago

arrownj commented 4 years ago

Current azure-cosmos will always write an __init__.py file under azure folder, which is not correct.

There is a guide here to introduce how to package azure sdk.

This PR is to follow this guide.