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
|
||||
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]
|
Loading…
Reference in New Issue
Block a user