python-uncompyle6/setup.py
2024-03-17 21:29:48 -04:00

7 lines
138 B
Python
Executable File

#!/usr/bin/env python
"""Setup script for the 'uncompyle6' distribution."""
from setuptools import setup
setup(packages=["uncompyle6"])