We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78c6413 + c84cf48 commit 7e75a0bCopy full SHA for 7e75a0b
1 file changed
setup.py
@@ -1,8 +1,8 @@
1
-from setuptools import setup
+from setuptools import setup, find_packages
2
3
setup(name="staffjoy",
4
- packages=["staffjoy"],
5
- version="0.5",
+ packages=find_packages(),
+ version="0.6",
6
description="Staffjoy API Wrapper in Python",
7
author="Philip Thomas",
8
author_email="help@staffjoy.com",
0 commit comments