We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.so
1 parent fff2c02 commit f4ac354Copy full SHA for f4ac354
CHANGES.rst
@@ -6,6 +6,9 @@ Changelog
6
659.bugfix
7
Allow group coordinator to close when all brokers are unavailable
8
9
+681.bugfix
10
+Exclude `.so` from source distribution
11
+
12
13
0.7.0 (2020-10-28)
14
==================
MANIFEST.in
@@ -3,4 +3,5 @@ include CHANGES.rst
3
include README.rst
4
graft aiokafka
5
global-exclude *.pyc
-exclude tests/**
+global-exclude *.so
+exclude tests/**
0 commit comments