diff --git a/MANIFEST.in b/MANIFEST.in index 1bdf9ab..d20fc0a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include LICENSE -include README.markdown +include README.md include tests.py diff --git a/README.markdown b/README.md similarity index 99% rename from README.markdown rename to README.md index 233fe79..ab1ac4b 100644 --- a/README.markdown +++ b/README.md @@ -9,6 +9,7 @@ A UniSend.com account and API key. You can see your API keys [here](https://www. https://github.com/qari/pyunisend.git ##Usage + from pyunisend import PyUniSend api = PyUniSend('YOUR APIKEY') api.getLists()