sanic/MANIFEST.in
Harsha Narayana c42c274002
update manifest configuration
Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
2018-12-28 10:24:02 +05:30

27 lines
376 B
Plaintext

# Non Code related contents
include LICENSE *.rst *.md *.yml *.toml Makefile *.cfg
graft .github
# Release
include release.py
include setup.py
# Requirements
include *.txt
# Tests
include tox.ini .coveragerc
graft tests
# Examples
graft examples
# Documentation
graft docs
prune docs/_build
# Docker setup
graft docker
global-exclude __pycache__
global-exclude *.py[co]