From: Paul Brossier Date: Thu, 25 Aug 2016 12:47:05 +0000 (+0200) Subject: MANIFEST.in: add src/**.c X-Git-Tag: 0.4.4~259 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=857fe7ffb100a254034d4b25998110154d4ed764;hp=5d8cc7194cdea3979993741a1325715ae4331435 MANIFEST.in: add src/**.c --- diff --git a/MANIFEST.in b/MANIFEST.in index 15fd25ac..1d583eb8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,8 +5,8 @@ include waf include aubio.pc.in include nose2.cfg include requirements.txt -include src/*.h -include src/*/*.h +include src/*.c src/*.h +include src/*/*.c src/*/*.h include examples/*.c examples/*.h include tests/*.h tests/*/*.c tests/*/*/*.c include python/ext/*.h