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
|