Created starter files for the project.
This commit is contained in:
commit
73f0c0db42
1992 changed files with 769897 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue