File: MANIFEST.in

package info (click to toggle)
python-gbulb 0.6.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: python: 1,851; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include AUTHORS.rst
include CONTRIBUTING.md
include CHANGELOG.rst
include LICENSE
include README.rst
include tox.ini
include .pre-commit-config.yaml
recursive-include changes *.rst
recursive-include examples *
recursive-exclude examples *.pyc *.pyo
recursive-include tests *
recursive-exclude tests *.pyc *.pyo
recursive-include src *
recursive-exclude src *.pyc *.pyo