File: MANIFEST.in

package info (click to toggle)
python-rapidjson 1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,368 kB
  • sloc: cpp: 3,332; python: 1,990; makefile: 106
file content (13 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
include .dir-locals.el
include LICENSE MANIFEST.in *.cfg *.ini *.py *.rst *.txt
include python-rapidjson/*.cpp python-rapidjson/*.h
include benchmarks/*.py tests/*.py

exclude .github .gitmodules

recursive-include docs Makefile *.png *.rst *.bat *.sh *.css *.py
prune docs/_build

prune rapidjson
include rapidjson/readme.md rapidjson/license.txt
recursive-include rapidjson/include *.h