Skip to content

Commit 35167e0

Browse files
committed
add python_requires tag
1 parent 9c14c6d commit 35167e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)