Skip to content

Commit 1c59252

Browse files
committed
Add back dev status
1 parent 44ec56c commit 1c59252

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doc:
1313
python setup.py build_sphinx
1414

1515
upload-doc: doc
16-
python setup.py upload_sphinx
16+
python2 setup.py upload_sphinx
1717

1818
coverage:
1919
PYTHONPATH=. coverage run couchdb/tests/__main__.py

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[egg_info]
2+
tag_build = dev
3+
tag_svn_revision = true
4+
15
[build_sphinx]
26
source-dir = doc/
37
build-dir = doc/build

0 commit comments

Comments
 (0)