[Epydoc-commits] SF.net SVN: epydoc: [1428] trunk/epydoc/src/setup.py
Brought to you by:
edloper
|
From: <dva...@us...> - 2007-01-30 11:35:51
|
Revision: 1428
http://svn.sourceforge.net/epydoc/?rev=1428&view=rev
Author: dvarrazzo
Date: 2007-01-30 03:35:50 -0800 (Tue, 30 Jan 2007)
Log Message:
-----------
- Hashbang fixed
- Description fixed
Modified Paths:
--------------
trunk/epydoc/src/setup.py
Modified: trunk/epydoc/src/setup.py
===================================================================
--- trunk/epydoc/src/setup.py 2007-01-29 01:11:49 UTC (rev 1427)
+++ trunk/epydoc/src/setup.py 2007-01-30 11:35:50 UTC (rev 1428)
@@ -1,7 +1,6 @@
-#!/usr/local/bin/python
+#! /usr/bin/env python
#
-# Distutils setup script for the Natural Language
-# Processing Toolkit
+# Edward Loper's API Documentation Generation Tool
#
# Created [05/27/01 09:04 PM]
# Edward Loper
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|