Skip to content

Commit 5d57eca

Browse files
committed
Fix packages spec on 0.4.0 tag (oops).
--HG-- branch : 0.4.x extra : close : 1 extra : convert_revision : svn%3A7a298fb0-333a-0410-83e7-658617cd9cf3/tags/0.4.0%4086
1 parent 230fca7 commit 5d57eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def run(self):
123123
'Topic :: Database :: Front-Ends',
124124
'Topic :: Software Development :: Libraries :: Python Modules',
125125
],
126-
packages = ['couchdb'],
126+
packages = ['couchdb', 'couchdb.tools'],
127127
test_suite = 'couchdb.tests.suite',
128128

129129
install_requires = ['httplib2', 'simplejson'],

0 commit comments

Comments
 (0)