File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626import sys
2727from distutils .core import setup , Extension
2828
29- version = '0.5'
29+ version = '0.5.1 '
3030long_description = """
3131Python bindings for the snappy compression library from Google.
3232
6868 'Operating System :: MacOS :: MacOS X' ,
6969 # 'Operating System :: Microsoft :: Windows', -- Not tested yet
7070 'Operating System :: POSIX' ,
71- 'Programming Language :: Python :: 2.5' ,
72- 'Programming Language :: Python :: 2.6' ,
7371 'Programming Language :: Python :: 2.7' ,
7472 'Programming Language :: Python :: 3' ,
75- 'Programming Language :: Python :: 3.0' ,
76- 'Programming Language :: Python :: 3.1' ,
77- 'Programming Language :: Python :: 3.2' ,
73+ 'Programming Language :: Python :: 3.5' ,
74+ 'Programming Language :: Python :: 3.6' ,
7875 ],
7976 ext_modules = ext_modules ,
8077 packages = packages ,
You can’t perform that action at this time.
0 commit comments