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 93b8196 commit 96602b4Copy full SHA for 96602b4
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name='entropy',
13
- version='0.7',
+ version='0.8',
14
author='Martin Natano',
15
author_email='natano@natano.net',
16
description='extension module for calculating entropy fast',
@@ -29,6 +29,7 @@
29
'Programming Language :: Python :: 3.2',
30
'Programming Language :: Python :: 3.3',
31
'Programming Language :: Python :: Implementation :: CPython',
32
+ 'Programming Language :: Python :: Implementation :: PyPy',
33
'Topic :: Utilities',
34
'Topic :: Software Development :: Libraries :: Python Modules',
35
'Development Status :: 3 - Alpha',
0 commit comments