File: allowed-python-files

package info (click to toggle)
lintian 2.127.0
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 70,448 kB
  • sloc: perl: 46,034; javascript: 9,151; makefile: 4,068; sh: 3,044; ansic: 705; xml: 451; python: 91; java: 15; cpp: 9; tcl: 4; lisp: 3
file content (7 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
# Regular expressions (/i) of filenames that are allowed in top-level Python
# directories such as /usr/lib/python3/dist-packages

\.egg-info$
\.so$
\.pth$
\.py[ic]?$