Skip to content

Commit

Permalink
fixed package name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklambourne committed Jun 12, 2019
1 parent f75f385 commit 60996b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -12,5 +12,7 @@

`python setup.py install`

`python -m zendesk`

### Windows
`python3 -m venv venv`
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 60996b7

Please sign in to comment.