File: MANIFEST.in

package info (click to toggle)
python-boolean.py 5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: python: 2,081; makefile: 13; sh: 4
file content (16 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
graft docs
graft boolean
graft .github


include .gitignore
include CHANGELOG.rst
include LICENSE.txt
include MANIFEST.in
include README.rst
include setup.py
include setup.cfg
include requirements-dev.txt
include tox.ini

global-exclude *.py[co] __pycache__