Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahnburner authored Jul 24, 2017
1 parent e7a45b4 commit 1b3dc5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
import os

setup(
name = "pykevoplus3",
name = "pykevoplus",
version = "1.0.2",
author = "Tristan Caulfield",
author_email = "tcaulfld@gmail.com",
description = "Control Kwikset Kevo locks",
license = "MIT",
keywords = "kevo kwikset",
packages = ["pykevoplus3"],
url = "https://github.com/bahnburner/pykevoplus3",
packages = ["pykevoplus"],
url = "https://github.com/bahnburner/pykevoplus",
long_description = open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),
install_requires = [
"requests",
Expand Down

0 comments on commit 1b3dc5c

Please sign in to comment.