Skip to content

Commit

Permalink
Fix importlib-metadata requirement name for Python < 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 authored and waylan committed May 11, 2020
1 parent 714d47e commit 3011be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_version():
license='BSD License',
packages=['markdown', 'markdown.extensions'],
python_requires='>=3.5',
install_requires=["importlib_metadata;python_version<'3.8'"],
install_requires=["importlib-metadata;python_version<'3.8'"],
extras_require={
'testing': [
'coverage',
Expand Down

0 comments on commit 3011be5

Please sign in to comment.