File: MANIFEST.in

package info (click to toggle)
graphql-core 3.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,384 kB
  • sloc: python: 45,812; makefile: 26; sh: 13
file content (25 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
include MANIFEST.in

include CODEOWNERS
include LICENSE
include README.md
include SECURITY.md

include .bumpversion.cfg
include .coveragerc
include .editorconfig
include .flake8
include .mypy.ini
include .readthedocs.yaml

include tox.ini

include poetry.lock
include pyproject.toml

graft src/graphql
graft tests
recursive-include docs *.txt *.rst conf.py Makefile make.bat *.jpg *.png *.gif
prune docs/_build

global-exclude *.py[co] __pycache__