diff --git a/README.md b/README.md index 609dbfa..16680f9 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,7 @@ `python setup.py install` +`python -m zendesk` + ### Windows `python3 -m venv venv` \ No newline at end of file diff --git a/setup.py b/setup.py index 1f1cdc0..155cdaa 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ long_description = fh.read() setup( - name="elpis", + name="zendesk", version="0.0.1", packages=find_packages(), url="https://github.com/nicklambourne/elpis",