Skip to content

Commit

Permalink
add python_requires tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Apr 23, 2022
1 parent 9c14c6d commit 35167e0
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 @@ -35,6 +35,7 @@ def _read(filename):
entry_points={
'console_scripts': ['atwiki-dump=atwiki.tools.dump:main'],
},
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*',
install_requires=[
'BeautifulSoup4',
'html5lib',
Expand Down

0 comments on commit 35167e0

Please sign in to comment.