Skip to content

Commit 96602b4

Browse files
committed
add pypy classifier and bump to v0.8
1 parent 93b8196 commit 96602b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='entropy',
13-
version='0.7',
13+
version='0.8',
1414
author='Martin Natano',
1515
author_email='natano@natano.net',
1616
description='extension module for calculating entropy fast',
@@ -29,6 +29,7 @@
2929
'Programming Language :: Python :: 3.2',
3030
'Programming Language :: Python :: 3.3',
3131
'Programming Language :: Python :: Implementation :: CPython',
32+
'Programming Language :: Python :: Implementation :: PyPy',
3233
'Topic :: Utilities',
3334
'Topic :: Software Development :: Libraries :: Python Modules',
3435
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)