7005fabd4d
Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
15 lines
221 B
Plaintext
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] |