File: MANIFEST.in

package info (click to toggle)
dictdiffer 0.9.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: python: 1,519; makefile: 153; sh: 6
file content (16 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is part of Dictdiffer.
#
# Copyright (C) 2014, 2016 CERN.
#
# Dictdiffer is free software; you can redistribute it and/or modify
# it under the terms of the MIT License; see LICENSE file for more
# details.

include README.rst CHANGES CONTRIBUTING.rst AUTHORS LICENSE MANIFEST.in
include RELEASE-NOTES.rst
include .coveragerc pytest.ini
include .lgtm MAINTAINERS
include docs/*.rst docs/*.py docs/Makefile docs/requirements.txt
include *.py *.sh
include tox.ini tests/*.py
recursive-include .github/workflows *.yml