sanic/MANIFEST.in
Harsha Narayana 4880761fe0
add setuputil based test running and makefile support
Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
2018-12-28 10:24:02 +05:30

14 lines
198 B
Plaintext

# Non Code related contents
include LICENSE
include README.rst
# Setup
include setup.py
include Makefile
# Tests
include .coveragerc
graft tests
global-exclude __pycache__
global-exclude *.py[co]