gdbgui/MANIFEST.in

29 lines
491 B
Text
Raw Normal View History

2019-07-26 00:30:15 +02:00
include README.md
2017-01-29 19:32:38 +01:00
include LICENSE
2019-07-26 00:30:15 +02:00
graft gdbgui
prune examples
prune downloads
prune screenshots
prune tests
prune docs
prune docker
prune images
prune gdbgui/__pycache__
exclude mypy.ini
2019-07-26 00:30:15 +02:00
exclude .eslintrc.json
2019-10-08 03:17:31 +02:00
exclude .coveragerc
2019-07-26 00:30:15 +02:00
exclude .flake8
exclude .prettierrc.js
exclude jest.config.js
exclude make_executable.py
exclude mkdocs.yml
exclude package.json
exclude requirements.txt
exclude tsconfig.json
exclude tslint.json
exclude webpack.config.js
exclude yarn.lock
exclude noxfile.py