File: MANIFEST.in

package info (click to toggle)
commonmark 0.9.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 532 kB
  • sloc: python: 4,971; makefile: 8
file content (19 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include README.rst
include CHANGELOG.md
include LICENSE
include .gitignore
include spec.txt
include commonmark/__init__.py
include commonmark/blocks.py
include commonmark/common.py
include commonmark/dump.py
include commonmark/entitytrans.py
include commonmark/inlines.py
include commonmark/main.py
include commonmark/node.py
include commonmark/utils.py
include commonmark/render/__init__.py
include commonmark/render/renderer.py
include commonmark/render/html.py
include commonmark/tests/run_spec_tests.py
include commonmark/tests/unit_tests.py