Skip to content

Commit

Permalink
long_desc_try
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit committed Mar 11, 2018
1 parent e02581f commit c7d90f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from codecs import open
from os import path

VERSION = 'v1.1.0'
VERSION = 'v1.1.4'

here = path.abspath(path.dirname(__file__))

Expand All @@ -19,6 +19,7 @@
version=VERSION,
description='Simple PID based locking for cronjobs, UNIX scripts or python programs',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/sayanarijit/pidlock',
download_url='https://github.com/sayanarijit/pidlock/archive/{}.tar.gz'.format(VERSION),
author='Arijit Basu',
Expand Down

0 comments on commit c7d90f8

Please sign in to comment.