File: MANIFEST.in

package info (click to toggle)
python-schema-salad 8.9.20250408123006-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,056 kB
  • sloc: python: 19,177; cpp: 2,631; cs: 1,869; java: 1,341; makefile: 187; xml: 184; sh: 103; javascript: 46
file content (18 lines) | stat: -rw-r--r-- 737 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include Makefile LICENSE.txt requirements.txt mypy-requirements.txt test-requirements.txt mypy.ini
include schema_salad/py.typed
include schema_salad/avro/*
recursive-include schema_salad/java *
recursive-include schema_salad/typescript *
recursive-include schema_salad/dotnet *
include schema_salad/tests/*
include schema_salad/tests/test_schema/*.md
include schema_salad/tests/test_schema/*.yml
include schema_salad/tests/test_schema/*.cwl
recursive-include schema_salad/tests/cpp_tests *.h *.yml
include schema_salad/tests/foreign/*.cwl
recursive-include schema_salad/tests/test_real_cwl *
include schema_salad/metaschema/*
include schema_salad/tests/docimp/*
recursive-include mypy-stubs *.py?
global-exclude *~
global-exclude *.pyc