mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-04 23:32:37 +00:00
first commit
This commit is contained in:
15
.venv/Lib/site-packages/setuptools/_distutils/__init__.py
Normal file
15
.venv/Lib/site-packages/setuptools/_distutils/__init__.py
Normal file
@ -0,0 +1,15 @@
|
||||
"""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
|
Reference in New Issue
Block a user