couchbase / couchbase-python-client

Couchbase Python Client Library (Official)
https://www.couchbase.com/
Apache License 2.0
243 stars 110 forks source link

the installation includes couchbase.views #23

Closed sublee closed 11 years ago

sublee commented 11 years ago

packages in setup.py includes only 'couchbase'. It should include 'couchbase.views' also. Otherwise, setup.py installs just couchbase without couchbase.views.

My small patch fixes this problem. Please merge.

mnunberg commented 11 years ago

This has been fixed via gerrit.

sublee commented 11 years ago

Thanks!