File: MANIFEST.in

package info (click to toggle)
geventhttpclient 2.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,456 kB
  • sloc: ansic: 16,557; python: 3,823; makefile: 24
file content (8 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
include src/geventhttpclient/*.py
include ext/*.c
include ext/*.h
recursive-include llhttp *.h *.c LICENSE-MIT
global-exclude __pycache__
global-exclude *.py[co]
include pyproject.toml
include README.md