You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-01 16:14:44 +08:00
7 lines
138 B
Python
Executable File
7 lines
138 B
Python
Executable File
#!/usr/bin/env python
|
|
"""Setup script for the 'uncompyle6' distribution."""
|
|
|
|
from setuptools import setup
|
|
|
|
setup(packages=["uncompyle6"])
|