Skip to content

Commit f4ac354

Browse files
authored
Exclude .so from source distribution (fixes #681) (#684)
1 parent fff2c02 commit f4ac354

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Changelog
66
659.bugfix
77
Allow group coordinator to close when all brokers are unavailable
88

9+
681.bugfix
10+
Exclude `.so` from source distribution
11+
912

1013
0.7.0 (2020-10-28)
1114
==================

MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ include CHANGES.rst
33
include README.rst
44
graft aiokafka
55
global-exclude *.pyc
6-
exclude tests/**
6+
global-exclude *.so
7+
exclude tests/**

0 commit comments

Comments
 (0)