python-uncompyle6/setup.py

7 lines
138 B
Python
Raw Normal View History

#!/usr/bin/env python
2024-03-18 01:29:48 +00:00
"""Setup script for the 'uncompyle6' distribution."""
2012-06-05 08:46:41 +00:00
2024-03-16 02:02:53 +00:00
from setuptools import setup
2012-06-05 08:46:41 +00:00
2024-03-16 02:02:53 +00:00
setup(packages=["uncompyle6"])