mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
19 lines
447 B
Text
19 lines
447 B
Text
--- MANIFEST.in.orig 2023-09-09 22:24:31 UTC
|
|
+++ MANIFEST.in
|
|
@@ -1,11 +1,4 @@
|
|
include CONTRIBUTING.md
|
|
-include c/common/*.c
|
|
-include c/common/*.h
|
|
-include c/dec/*.c
|
|
-include c/dec/*.h
|
|
-include c/enc/*.c
|
|
-include c/enc/*.h
|
|
-include c/include/brotli/*.h
|
|
include LICENSE
|
|
include MANIFEST.in
|
|
include python/_brotli.cc
|
|
@@ -16,4 +9,3 @@ include python/tests/*
|
|
include README.md
|
|
include setup.py
|
|
include tests/testdata/*
|
|
-include c/tools/brotli.c
|