We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75897e3 commit 72b96a2Copy full SHA for 72b96a2
setup.py
@@ -33,7 +33,7 @@ def list_modules(dirname):
33
from Cython.Distutils import build_ext
34
CYTHON = True
35
except ImportError:
36
- sys.stdout.write('\nNOTE: Cython not installed. psycopg-postgis will '
+ sys.stdout.write('\nNOTE: Cython not installed. python-postgis will '
37
'still work fine, but may run a bit slower.\n\n')
38
CYTHON = False
39
cmdclass = {}
0 commit comments