HighNeed_projekt_inz/highneed/venv/lib/python3.6/site-packages/setuptools/_distutils/__init__.py

16 lines
250 B
Python
Raw Normal View History

2021-03-25 13:15:48 +01:00
"""distutils
The main package for the Python Module Distribution Utilities. Normally
used from a setup script as
from distutils.core import setup
setup (...)
"""
import sys
__version__ = sys.version[:sys.version.index(' ')]
local = True