Skip to content

Commit 17eb034

Browse files
author
Miller, Seth
committed
Add missing data files for #11
1 parent 85e71a6 commit 17eb034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
url='https://github.com/iamseth/python-zenoss',
1212
py_modules=['zenoss',],
1313
keywords = ['zenoss', 'api', 'json', 'rest'],
14-
test_suite='tests'
14+
test_suite='tests',
15+
data_files = [('', ['LICENSE.txt']),('', ['README.md']),('examples', ['list_devices.py']),]
1516
)

0 commit comments

Comments
 (0)