mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 13:35:31 +02:00
Implement #15
This commit is contained in:
19
PythonHome/Lib/distutils/__init__.py
Normal file
19
PythonHome/Lib/distutils/__init__.py
Normal file
@@ -0,0 +1,19 @@
|
||||
"""distutils
|
||||
|
||||
The main package for the Python Module Distribution Utilities. Normally
|
||||
used from a setup script as
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
setup (...)
|
||||
"""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
# Distutils version
|
||||
#
|
||||
# Updated automatically by the Python release process.
|
||||
#
|
||||
#--start constants--
|
||||
__version__ = "2.7.8"
|
||||
#--end constants--
|
||||
Reference in New Issue
Block a user