update manifest configuration

Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
This commit is contained in:
Harsha Narayana 2018-12-15 17:02:22 +05:30
parent 2d82b8951f
commit c42c274002
No known key found for this signature in database
GPG Key ID: 8AF211CB60D4B28C

View File

@ -1,7 +1,27 @@
include README.rst
include MANIFEST.in
include LICENSE
# Non Code related contents
include LICENSE *.rst *.md *.yml *.toml Makefile *.cfg
graft .github
# Release
include release.py
include setup.py
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
# 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]