We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8557f commit bb7d008Copy full SHA for bb7d008
2 files changed
README.md
@@ -40,4 +40,7 @@ Parse JavaScript source maps.
40
* Python 2.6
41
* Python 2.7
42
* Python 3.3
43
+ * Python 3.4
44
+ * Python 3.5
45
* PyPy
46
+ * PyPy3
setup.py
@@ -40,6 +40,14 @@
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
+ 'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3',
47
+ 'Programming Language :: Python :: 3.3',
48
+ 'Programming Language :: Python :: 3.4',
49
+ 'Programming Language :: Python :: 3.5',
50
+ 'Programming Language :: Python',
51
'Topic :: Software Development'
52
],
53
)
0 commit comments