We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c14c6d commit 35167e0Copy full SHA for 35167e0
1 file changed
setup.py
@@ -35,6 +35,7 @@ def _read(filename):
35
entry_points={
36
'console_scripts': ['atwiki-dump=atwiki.tools.dump:main'],
37
},
38
+ python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*',
39
install_requires=[
40
'BeautifulSoup4',
41
'html5lib',
0 commit comments