Skip to content

Commit c1f3740

Browse files
committed
setup: bump version number, remove long description that was crashing with pip
1 parent b8e7725 commit c1f3740

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88

99
setup(
1010
name="hooklib",
11-
version="0.1",
11+
version="0.2",
1212
author="Laurent Charignon",
1313
author_email="l.charignon@gmail.com",
1414
description="Hook helper library in python",
1515
keywords="hooks",
1616
py_modules=['hooklib', 'hooklib_git', 'hooklib_input', 'hooklib_hg'],
17-
long_description=open('README.md').read(),
1817
**extra
1918
)

0 commit comments

Comments
 (0)