Skip to content

Commit

Permalink
Merge pull request #231 from scorchio/python-requires
Browse files Browse the repository at this point in the history
Add python_requires to avoid breaking unpinned Python 2 installs
  • Loading branch information
kurtmckee committed Sep 15, 2020
2 parents fc29e0b + 020a7c9 commit e11ac3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
platforms=['POSIX', 'Windows'],
packages=['feedparser', 'feedparser.datetimes', 'feedparser.namespaces', 'feedparser.parsers'],
install_requires=['sgmllib3k'],
python_requires='>=3.6',
keywords=['atom', 'cdf', 'feed', 'parser', 'rdf', 'rss'],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit e11ac3d

Please sign in to comment.