Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
brotlipy / MANIFEST.in
Size: Mime:
# Include our LICENSE and README
include LICENSE README.rst HISTORY.rst

# Include the LICENSE for libbrotli
include libbrotli/LICENSE

# Include the needed .c and .h files
recursive-include libbrotli/enc *.c *.h *.cc
recursive-include libbrotli/dec *.c *.h *.cc
recursive-include libbrotli/common *.c *.h *.cc
recursive-include libbrotli/include *.c *.h *.cc