sanic/MANIFEST.in

27 lines
376 B
Plaintext
Raw Normal View History

# Non Code related contents
include LICENSE *.rst *.md *.yml *.toml Makefile *.cfg
graft .github
# Release
include release.py
2017-10-17 15:05:24 +01:00
include setup.py
2017-05-02 10:04:58 +01:00
# 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]