diff --git a/setup.py b/setup.py index 34474724..ddc960a5 100644 --- a/setup.py +++ b/setup.py @@ -43,11 +43,11 @@ version = a.value.s setup(name='html5lib', - version=version, + version='0.99999999', url='https://github.com/html5lib/html5lib-python', license="MIT License", description='HTML parser based on the WHATWG HTML specification', - long_description=long_description, + long_description="long_description", classifiers=classifiers, maintainer='James Graham', maintainer_email='james@hoppipolla.co.uk',