You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
18 lines
431 B
Plaintext
18 lines
431 B
Plaintext
include README.rst
|
|
include ChangeLog
|
|
include HISTORY.md
|
|
include LICENSE
|
|
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 *
|