File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33
33
ALL = 2
34
34
"""Profile all operations."""
35
35
36
- version = "0.15.2 "
36
+ version = "0.16 "
37
37
"""Current version of PyMongo."""
38
38
39
39
Connection = PyMongo_Connection
Original file line number Diff line number Diff line change @@ -126,16 +126,17 @@ def build_extension(self, ext):
126
126
version = version ,
127
127
description = "Python driver for MongoDB <http://www.mongodb.org>" ,
128
128
long_description = readme_content ,
129
- author = "10gen " ,
129
+ author = "Mike Dirolf " ,
130
130
author_email = "mongodb-user@googlegroups.com" ,
131
131
url = "http://github.com/mongodb/mongo-python-driver" ,
132
+ keywords = ["mongo" , "mongodb" , "pymongo" , "gridfs" ]
132
133
packages = ["pymongo" , "gridfs" ],
133
134
install_requires = requirements ,
134
135
features = features ,
135
136
license = "Apache License, Version 2.0" ,
136
137
test_suite = "nose.collector" ,
137
138
classifiers = [
138
- "Development Status :: 4 - Beta " ,
139
+ "Development Status :: 5 - Production/Stable " ,
139
140
"Intended Audience :: Developers" ,
140
141
"License :: OSI Approved :: Apache Software License" ,
141
142
"Operating System :: MacOS :: MacOS X" ,
You can’t perform that action at this time.
0 commit comments