core/pkgs/by-name/py/python/run_setup.py

9 lines
189 B
Python
Raw Normal View History

2024-05-02 00:46:19 +00:00
# -*- coding: utf-8 -*-
import setuptools
import tokenize
__file__='setup.py';
exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))