mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 05:00:07 +00: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"])
|