8000 Fix type in setup.py · awesome-python/html5lib-python@fbbe4f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit fbbe4f5

Browse files
committed
Fix type in setup.py
1 parent 0992bbc commit fbbe4f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'Programming Language :: Python',
2222
'Topic :: Software Development :: Libraries :: Python Modules',
2323
'Topic :: Text Processing :: Markup :: HTML'
24-
],
24+
]
2525

2626
setup(name='html5lib',
2727
version='0.11',

setup_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'Programming Language :: Python',
1919
'Topic :: Software Development :: Libraries :: Python Modules',
2020
'Topic :: Text Processing :: Markup :: HTML'
21-
],
21+
]
2222

2323
setup(name='html5lib',
2424
version='%(version)s',

0 commit comments

Comments
 (0)
0