Skip to content

Commit 7e0e685

Browse files
author
Alexander Kulakov
committed
Fix momyc#17
1 parent 5ae03ed commit 7e0e685

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
recursive-exclude gevent_fastcgi/test *
22
exclude gevent_fastcgi/client.py
3+
include logging.ini

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='gevent-fastcgi',
17-
version='0.1.24dev',
17+
version='0.1.25dev',
1818
description='''FastCGI/WSGI client and server implemented using gevent
1919
library''',
2020
long_description='''

0 commit comments

Comments
 (0)