Skip to content

Commit a7347ae

Browse files
authored
Merge pull request #21 from kmaehashi/add-python-requires-tag
Add `python_requires` tag
2 parents 9c14c6d + 35167e0 commit a7347ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def _read(filename):
3535
entry_points={
3636
'console_scripts': ['atwiki-dump=atwiki.tools.dump:main'],
3737
},
38+
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*',
3839
install_requires=[
3940
'BeautifulSoup4',
4041
'html5lib',

0 commit comments

Comments
 (0)