Skip to content

Commit

Permalink
fix trove classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Fairhead committed May 16, 2015
1 parent 501d4e7 commit 037fe53
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup
__version__ = '0.8.3'
__version__ = '0.8.5'

setup(
name = 'simpleeval',
Expand All @@ -18,7 +18,6 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Programming Language :: Python',
],
)

0 comments on commit 037fe53

Please sign in to comment.