File: MANIFEST.in

package info (click to toggle)
webcolors 1.13-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 296 kB
  • sloc: python: 1,360; makefile: 71
file content (13 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
include LICENSE
include MANIFEST.in
include .editorconfig
include *.yaml
include docs/*.rst docs/*.txt docs/*.py docs/*.bat docs/Makefile
include .flake8
include pyproject.toml
include noxfile.py
include tox.ini
graft src
graft tests
global-exclude *.pyc
prune docs/_build