We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e71a6 commit 17eb034Copy full SHA for 17eb034
setup.py
@@ -11,5 +11,6 @@
11
url='https://github.com/iamseth/python-zenoss',
12
py_modules=['zenoss',],
13
keywords = ['zenoss', 'api', 'json', 'rest'],
14
- test_suite='tests'
+ test_suite='tests',
15
+ data_files = [('', ['LICENSE.txt']),('', ['README.md']),('examples', ['list_devices.py']),]
16
)
0 commit comments