From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 7 May 2009 21:50:03 +0000 (-0700)
Subject: setup: fix comment in setup.py
X-Git-Url: https://git.rkrishnan.org/vdrive/%22news.html/index.php?a=commitdiff_plain;h=b1d24e4a90ca454e53a14d0ba266f5b26a34b32a;p=tahoe-lafs%2Ftahoe-lafs.git

setup: fix comment in setup.py
---

diff --git a/setup.py b/setup.py
index 812a09ba..dc884f07 100644
--- a/setup.py
+++ b/setup.py
@@ -97,8 +97,8 @@ setup_requires = []
 # The darcsver command from the darcsver plugin is needed to initialize the
 # distribution's .version attribute correctly. (It does this either by
 # examining darcs history, or if that fails by reading the
-# setuptools_trial/_version.py file). darcsver will also write a new version
-# stamp in setuptools_trial/_version.py, with a version number derived from
+# src/allmydata/_version.py file). darcsver will also write a new version
+# stamp in src/allmydata/_version.py, with a version number derived from
 # darcs history. Note that the setup.cfg file has an "[aliases]" section
 # which enumerates commands that you might run and specifies that it will run
 # darcsver before each one. If you add different commands (or if I forgot