File: MANIFEST.in

package info (click to toggle)
cwltest 2.5.20241122133319-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 800 kB
  • sloc: python: 2,700; makefile: 124; sh: 89
file content (10 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
include Makefile test-requirements.txt mypy-requirements.txt requirements.txt tox.ini mypy.ini
include dev-requirements.txt .flake8 .coveragerc release-test.sh
include docs/Makefile docs/conf.py docs/requirements.txt docs/_static/favicon.ico docs/*.rst
include cwltest/*.yml
include tests/*
include tests/test-data/*
include tests/test-data/v1.0/*
recursive-include mypy-stubs *.py?
global-exclude *~
global-exclude *.pyc