Skip to content

Commit 425431b

Browse files
committed
Don't actually install the replication-helper test script as a console script.
--HG-- extra : convert_revision : svn%3A7a298fb0-333a-0410-83e7-658617cd9cf3/trunk%40114
1 parent 9c2e911 commit 425431b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ def run(self):
133133
'couchpy = couchdb.view:main',
134134
'couchdb-dump = couchdb.tools.dump:main',
135135
'couchdb-load = couchdb.tools.load:main',
136-
'couchdb-replicate= couchdb.tools.replication_helper:main',
137-
'couchdb-replicate-test = couchdb.tools.replication_helper_test:main'
136+
'couchdb-replicate = couchdb.tools.replication_helper:main'
138137
],
139138
},
140139

0 commit comments

Comments
 (0)