We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0eedb2 commit 5519b0eCopy full SHA for 5519b0e
1 file changed
setup.py
@@ -1,9 +1,9 @@
1
-from setuptools import setup
+from setuptools import setup, find_packages
2
3
setup(
4
name='fleet',
5
6
- version='1.0.0.dev1',
+ version='0.1.1',
7
8
description='A python client for the fleet v1 API',
9
@@ -34,7 +34,7 @@
34
35
keywords='coreos fleet v1 api client',
36
37
- packages=['fleet'],
+ packages=find_packages(),
38
39
install_requires=['google-api-python-client==1.3.2'],
40
0 commit comments