diff --git a/CHANGES.rst b/CHANGES.rst index 1578f6c1..079ea391 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,9 @@ Changelog 659.bugfix Allow group coordinator to close when all brokers are unavailable +681.bugfix +Exclude `.so` from source distribution + 0.7.0 (2020-10-28) ================== diff --git a/MANIFEST.in b/MANIFEST.in index 7112aca8..2edba90d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,5 @@ include CHANGES.rst include README.rst graft aiokafka global-exclude *.pyc -exclude tests/** \ No newline at end of file +global-exclude *.so +exclude tests/**