Skip to content

Commit

Permalink
Merge pull request #6 from Staffjoy/packaging-error
Browse files Browse the repository at this point in the history
Fix folder include
  • Loading branch information
philipithomas committed Feb 23, 2016
2 parents 78c6413 + c84cf48 commit 7e75a0b
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
@@ -1,8 +1,8 @@
from setuptools import setup
from setuptools import setup, find_packages

setup(name="staffjoy",
packages=["staffjoy"],
version="0.5",
packages=find_packages(),
version="0.6",
description="Staffjoy API Wrapper in Python",
author="Philip Thomas",
author_email="help@staffjoy.com",
Expand Down

0 comments on commit 7e75a0b

Please sign in to comment.