File: MANIFEST.in

package info (click to toggle)
python-pyshortcuts 1.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,652 kB
  • sloc: python: 1,286; makefile: 43
file content (9 lines) | stat: -rw-r--r-- 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
include README.md LICENSE MANIFEST.in setup.py setup.cfg pyproject.toml
include doc/_static/pyshortcutgui_screenshot.png
exclude *.pyc core.* *~ *.pdf
recursive-exclude pyyshortcuts/__pycache__ *
recursive-exclude pyshortcuts *.pyc
recursive-include pyshortcuts *.py
recursive-include pyshortcuts/icons *
recursive-include examples *
recursive-include tests *.py