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 6613fe7 commit 57e10b6Copy full SHA for 57e10b6
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='pythonanywhere',
12
- version='0.8.1',
+ version='0.8.2',
13
description='PythonAnywhere helper tools for users',
14
long_description=long_description,
15
long_description_content_type="text/markdown",
@@ -22,6 +22,7 @@
22
'Intended Audience :: Developers',
23
'Topic :: Software Development :: Libraries',
24
'License :: OSI Approved :: MIT License',
25
+ 'Programming Language :: Python :: 3.8',
26
'Programming Language :: Python :: 3.7',
27
'Programming Language :: Python :: 3.6',
28
'Programming Language :: Python :: 3.5',
0 commit comments