Skip to content

Commit f399948

Browse files
Update setup.py
1 parent 92ed92a commit f399948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
version = a.value.s
4444

4545
setup(name='html5lib',
46-
version=version,
46+
version='0.99999999',
4747
url='https://github.com/html5lib/html5lib-python',
4848
license="MIT License",
4949
description='HTML parser based on the WHATWG HTML specification',
50-
long_description=long_description,
50+
long_description="long_description",
5151
classifiers=classifiers,
5252
maintainer='James Graham',
5353
maintainer_email='james@hoppipolla.co.uk',

0 commit comments

Comments
 (0)