@@ -63,20 +63,20 @@ def find_version(*file_paths):
63
63
long_description = __doc__ ,
64
64
url = 'https://github.com/ascribe/image-match/' ,
65
65
author = 'Ryan Henderson' ,
66
- author_email = 'ryan@ascribe.io ' ,
66
+ author_email = 'ryan@bigchaindb.com ' ,
67
67
license = 'Apache License 2.0' ,
68
68
zip_safe = True ,
69
69
70
70
classifiers = [
71
- 'Development Status :: 3 - Alpha ' ,
71
+ 'Development Status :: 4 - Beta ' ,
72
72
'Intended Audience :: Developers' ,
73
73
'Topic :: Database' ,
74
74
'Topic :: Database :: Database Engines/Servers' ,
75
75
'Topic :: Software Development' ,
76
76
'Natural Language :: English' ,
77
77
'License :: OSI Approved :: Apache Software License' ,
78
- 'Programming Language :: Python :: 2 ' ,
79
- 'Programming Language :: Python :: 2.7 ' ,
78
+ 'Programming Language :: Python :: 3 ' ,
79
+ 'Programming Language :: Python :: 3.4 ' ,
80
80
'Operating System :: MacOS :: MacOS X' ,
81
81
'Operating System :: POSIX :: Linux' ,
82
82
'Topic :: Multimedia :: Graphics' ,
0 commit comments