Skip to content

Commit

Permalink
Version 2.2 pypi compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab authored and MrYsLab committed Sep 4, 2017
1 parent 1901fdd commit f2e2b71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

setup(
name='python-banyan',
version='2.1',
version='2.2',
packages=[
'python_banyan',
'python_banyan.banyan_base',
'python_banyan.utils',
'python_banyan.utils.monitor',
'python_banyan.utils.banyan_launcher',
'python_banyan.backplane',
],
install_requires=[
Expand All @@ -23,6 +24,7 @@
'console_scripts': [
'backplane = python_banyan.backplane.backplane:bp',
'monitor = python_banyan.utils.monitor.monitor:monitor',

]
},

Expand Down

0 comments on commit f2e2b71

Please sign in to comment.