sanic/MANIFEST.in
Harsha Narayana 7005fabd4d
add code beautification task to makefile
Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
2018-12-28 10:24:03 +05:30

15 lines
221 B
Plaintext

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