mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-03 12:24:46 +00:00
12 lines
194 B
Python
12 lines
194 B
Python
|
|
"""distutils
|
||
|
|
|
||
|
|
The main package for the Python Module Distribtion Utilities. Normally
|
||
|
|
used from a setup script as
|
||
|
|
|
||
|
|
from distutils.core import setup
|
||
|
|
|
||
|
|
setup (...)
|
||
|
|
"""
|
||
|
|
|
||
|
|
__revision__ = "$Id$"
|