Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ifduyue committed Dec 10, 2015
1 parent 69a6b68 commit 0a05d33
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, Extension
import os

VERSION = "0.2.1"
VERSION = "1.0"

if os.name == 'posix':
extra_compile_args = [
Expand Down Expand Up @@ -36,7 +36,10 @@
keywords="xxtea",
ext_modules=[extension],
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
Expand All @@ -46,11 +49,6 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: POSIX',
'Operating System :: POSIX :: Linux',
'Topic :: Software Development :: Libraries :: Python Modules'
],
setup_requires=["nose>=1.3.0"],
test_suite='nose.collector',
Expand Down

0 comments on commit 0a05d33

Please sign in to comment.