Skip to content

Commit

Permalink
update dependencies and setup installer
Browse files Browse the repository at this point in the history
  • Loading branch information
philipithomas committed Feb 3, 2016
1 parent 458a3c0 commit 70adc46
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from distutils.core import setup
from setuptools import setup

setup(
name = "staffjoy",
packages = ["staffjoy"],
version = "0.2",
description = "Staffjoy API Wrapper in Python",
author = "Philip Thomas",
author_email = "help@staffjoy.com",
url = "https://github.com/staffjoy/client_python",
download_url = "https://github.com/StaffJoy/client_python/archive/0.2.tar.gz",
keywords = ["staffjoy-api", "staffjoy", "staff joy"],
)
setup(name="staffjoy",
packages=["staffjoy"],
version="0.3",
description="Staffjoy API Wrapper in Python",
author="Philip Thomas",
author_email="help@staffjoy.com",
license="MIT",
url="https://github.com/staffjoy/client_python",
download_url="https://github.com/StaffJoy/client_python/archive/0.3.tar.gz",
keywords=["staffjoy-api", "staffjoy", "staff joy"],
install_requires=["requests[security]"], )

0 comments on commit 70adc46

Please sign in to comment.