Skip to content

Commit bb7d008

Browse files
committed
Boast moar compatibility
1 parent 5e8557f commit bb7d008

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ Parse JavaScript source maps.
4040
* Python 2.6
4141
* Python 2.7
4242
* Python 3.3
43+
* Python 3.4
44+
* Python 3.5
4345
* PyPy
46+
* PyPy3

setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@
4040
'Development Status :: 4 - Beta',
4141
'Intended Audience :: Developers',
4242
'Operating System :: OS Independent',
43+
'Programming Language :: Python :: 2',
44+
'Programming Language :: Python :: 2.6',
45+
'Programming Language :: Python :: 2.7',
46+
'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',
4351
'Topic :: Software Development'
4452
],
4553
)

0 commit comments

Comments
 (0)