Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fix setup.py so that new 'api' module directory is included in package
Browse files Browse the repository at this point in the history
  • Loading branch information
svet-b committed Oct 5, 2018
1 parent b9784a3 commit 0ea3f31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
author='Andrew Prokhorenkov',
author_email='andrew.prokhorenkov@gmail.com',
license='MIT',
packages=['grafana_api'],
packages=[
'grafana_api',
'grafana_api.api'
],
install_requires=[
'requests',
],
Expand Down

0 comments on commit 0ea3f31

Please sign in to comment.