mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 05:00:07 +00:00
19 lines
462 B
Plaintext
19 lines
462 B
Plaintext
include README.rst
|
|
include ChangeLog
|
|
include HISTORY.md
|
|
include HOW-TO-REPORT-A-BUG.md
|
|
include COPYING
|
|
include Makefile
|
|
include requirements.txt
|
|
include requirements-dev.txt
|
|
include DECOMPYLE-2.4-CHANGELOG.txt
|
|
include __pkginfo__.py
|
|
recursive-include uncompyle6 *.py
|
|
include bin/uncompyle6
|
|
include bin/pydisassemble
|
|
include pytest/Makefile
|
|
include test/Makefile
|
|
recursive-include test *.py *.pyc
|
|
recursive-include pytest *.py
|
|
recursive-include pytest/testdata *
|