Skip to content

Commit

Permalink
Add missing data files for #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Miller, Seth committed Oct 30, 2016
1 parent 85e71a6 commit 17eb034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
url='https://github.com/iamseth/python-zenoss',
py_modules=['zenoss',],
keywords = ['zenoss', 'api', 'json', 'rest'],
test_suite='tests'
test_suite='tests',
data_files = [('', ['LICENSE.txt']),('', ['README.md']),('examples', ['list_devices.py']),]
)

0 comments on commit 17eb034

Please sign in to comment.