Skip to content

Commit

Permalink
Updated license in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Viglucci committed Aug 19, 2017
1 parent 31fbeae commit f40c659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


setup(name='pypf',
version='0.9.1',
version='0.9.2',
description='Create point and figure charts',
long_description=long_description,
classifiers=[
Expand All @@ -23,7 +23,7 @@
url='http://github.com/pviglucci/pypf',
author='Peter Viglucci',
author_email='pviglucci@gmail.com',
license=license,
license='MIT License',
packages=['pypf'],
install_requires=['requests', ],
scripts=['pf.py'],
Expand Down

0 comments on commit f40c659

Please sign in to comment.