[go: up one dir, main page]

File: MANIFEST.in

package info (click to toggle)
txtorcon 18.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,672 kB
  • sloc: python: 17,521; makefile: 227
file content (25 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
include Makefile
include README.rst
include INSTALL
include TODO
include LICENSE
include meejah.asc
include scripts/*.py
include docs/Makefile
include docs/apilinks_sphinxext.py
include docs/conf.py
include docs/*.rst
include docs/_static/*
exclude docs/_static/*~
include docs/_themes/*
exclude docs/_themes/*~
include docs/_themes/alabaster/*
exclude docs/_themes/alabaster/*~
exclude docs/_themes/alabaster/*.pyc
include docs/_themes/alabaster/static/*
exclude docs/_themes/alabaster/static/*~
include examples/*
exclude examples/*~
include requirements.txt
include dev-requirements.txt
include test/*.py