Skip to content

Commit

Permalink
Merge pull request #5 from vjrantal/install
Browse files Browse the repository at this point in the history
Install also eventhubsprocessor
  • Loading branch information
aribornstein authored Nov 21, 2017
2 parents c18145b + 7001d8c commit cbd5f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
def find_packages():
"""Return packages based on sys version."""
if sys.version_info[0] >= 3:
return ['eventhubs', 'eventhubs.async']
return ['eventhubs', 'eventhubs.async', 'eventhubsprocessor']
return ['eventhubs']

setup(name='eventhubs',
Expand Down

0 comments on commit cbd5f53

Please sign in to comment.