File: MANIFEST.in

package info (click to toggle)
python-watchdog 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 808 kB
  • sloc: python: 6,384; ansic: 609; xml: 155; makefile: 120; sh: 8
file content (21 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include README.rst
include changelog.rst
include LICENSE
include COPYING
include AUTHORS
recursive-include src *.py *.h *.c
include src/watchdog/py.typed
include tox.ini
include docs/*.txt
include docs/*.xml
include docs/Makefile
include docs/make.bat
include requirements-tests.txt
recursive-include docs/source *
recursive-include tests *.py
#global-exclude .DS_Store
#global-exclude Thumbs.db
#global-exclude Desktop.ini
#global-exclude *.swp
#global-exclude *~
#global-exclude *.bak