update manifest configuration
Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
This commit is contained in:
parent
2d82b8951f
commit
c42c274002
30
MANIFEST.in
30
MANIFEST.in
|
@ -1,7 +1,27 @@
|
||||||
include README.rst
|
# Non Code related contents
|
||||||
include MANIFEST.in
|
include LICENSE *.rst *.md *.yml *.toml Makefile *.cfg
|
||||||
include LICENSE
|
graft .github
|
||||||
|
|
||||||
|
# Release
|
||||||
|
include release.py
|
||||||
include setup.py
|
include setup.py
|
||||||
|
|
||||||
recursive-exclude * __pycache__
|
# Requirements
|
||||||
recursive-exclude * *.py[co]
|
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]
|
Loading…
Reference in New Issue
Block a user