Skip to content

Commit

Permalink
Exclude .so from source distribution (fixes #681) (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
ods committed Nov 13, 2020
1 parent fff2c02 commit f4ac354
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==================
Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ include CHANGES.rst
include README.rst
graft aiokafka
global-exclude *.pyc
exclude tests/**
global-exclude *.so
exclude tests/**

0 comments on commit f4ac354

Please sign in to comment.