File: MANIFEST.in

package info (click to toggle)
pg-activity 3.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,144 kB
  • sloc: python: 3,902; sql: 1,067; sh: 5; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include docs/man/pg_activity.1
recursive-include pgactivity *.py *.sql *.conf
recursive-include docs *.png *.pod *.sh *.svg
recursive-include tests *.py *.json *.txt
include *.md
include *.txt
include .editorconfig
include .codespellrc
include .coveragerc
include .flake8
include .pre-commit-config.yaml
include mypy.ini
include pyproject.toml
include pytest.ini
include tox.ini

prune .github