diff options
author | Prabhu Ramachandran | 2015-10-13 16:58:09 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2015-10-13 16:58:09 +0530 |
commit | 74e6fa5b7c9749e00453d9fae3da62abf8694ab0 (patch) | |
tree | f7fb788fafec58bccfecba41be0ce39f157770a5 /setup.py | |
parent | 5e47b0d885e0bac9d9ff147ba926946df9f624e9 (diff) | |
parent | 328721eb9a5e2ea5199b3cb19838c9fe47016cdb (diff) | |
download | online_test-74e6fa5b7c9749e00453d9fae3da62abf8694ab0.tar.gz online_test-74e6fa5b7c9749e00453d9fae3da62abf8694ab0.tar.bz2 online_test-74e6fa5b7c9749e00453d9fae3da62abf8694ab0.zip |
Merge pull request #61 from ankitjavalkar/pypiv0.1.1
Release specific changes
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,9 +10,10 @@ setup( name='yaksh', author='Python Team at FOSSEE, IIT Bombay', author_email='python@fossee.in', - version='0.1', + version='0.1.1', packages=find_packages(), include_package_data=True, + url = 'https://pypi.python.org/pypi/yaksh/', license='BSD License', entry_points = { 'console_scripts': [ |