mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-29 12:10:37 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@37 e7d03fd6-7b0d-0410-9947-9c21f3af8025
11 lines
194 B
Python
11 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$"
|