mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 06:46:14 +00:00
31 lines
659 B
Plaintext
31 lines
659 B
Plaintext
# Additional package data
|
|
|
|
# Metadata
|
|
include LICENSE *.md *.rst *.toml *.yml *.yaml
|
|
graft .github
|
|
|
|
# Jupyter Notebooks
|
|
include *.ipynb
|
|
|
|
# Stubs
|
|
recursive-include src *.pyi
|
|
|
|
# Tests
|
|
include tox.ini .coveragerc conftest.py
|
|
recursive-include tests *.py
|
|
|
|
# Documentation
|
|
include docs/Makefile docs/docutils.conf
|
|
recursive-include docs *.bat
|
|
recursive-include docs *.png
|
|
recursive-include docs *.svg
|
|
recursive-include docs *.py
|
|
recursive-include docs *.rst
|
|
recursive-include docs *.ico
|
|
prune docs/_build
|
|
|
|
# Just to keep check-manifest happy; on releases those files are gone.
|
|
# Last rule wins!
|
|
exclude changelog.d/*.rst
|
|
include changelog.d/towncrier_template.rst
|