2018-12-15 11:32:22 +00:00
|
|
|
# Non Code related contents
|
|
|
|
include LICENSE *.rst *.md *.yml *.toml Makefile *.cfg
|
|
|
|
graft .github
|
|
|
|
|
|
|
|
# Release
|
|
|
|
include release.py
|
2017-10-17 15:05:24 +01:00
|
|
|
include setup.py
|
2017-05-02 10:04:58 +01:00
|
|
|
|
2018-12-15 11:32:22 +00:00
|
|
|
# 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]
|