Skip to content

Commit

Permalink
Merge pull request #21 from kmaehashi/add-python-requires-tag
Browse files Browse the repository at this point in the history
Add `python_requires` tag
  • Loading branch information
kmaehashi authored Apr 23, 2022
2 parents 9c14c6d + 35167e0 commit a7347ae
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 a7347ae

Please sign in to comment.