Skip to content

Commit

Permalink
Update to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Metz committed Jun 21, 2019
1 parent 8fc955c commit f3dbb22
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
matplotlib.use('qt5agg')


setup(name='Momanalysis',
version='0.73',
setup(
name='MMHelper',
version='0.9',
description='Mother Machine Analysis module',
author='Jeremy Metz',
author_email='j.metz@exeter.ac.uk',
packages=['momanalysis'],
packages=['mmhelper'],
)

0 comments on commit f3dbb22

Please sign in to comment.