copy version over so that we stop loading cbson when doing 'python setup.py test'
This commit is contained in:
parent
566bc9fb7b
commit
434927cb7c
@ -38,6 +38,7 @@ SLOW_ONLY = 1
|
||||
ALL = 2
|
||||
"""Profile all operations."""
|
||||
|
||||
# Remember to change in setup.py as well!
|
||||
version = "1.6+"
|
||||
"""Current version of PyMongo."""
|
||||
|
||||
|
||||
3
setup.py
3
setup.py
@ -19,7 +19,8 @@ from distutils.errors import CCompilerError
|
||||
from distutils.errors import DistutilsPlatformError, DistutilsExecError
|
||||
from distutils.core import Extension
|
||||
|
||||
from pymongo import version
|
||||
# Remember to change in pymongo/__init__.py as well!
|
||||
version = "1.6+"
|
||||
|
||||
f = open("README.rst")
|
||||
try:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user