From b1d24e4a90ca454e53a14d0ba266f5b26a34b32a Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 7 May 2009 14:50:03 -0700
Subject: [PATCH] setup: fix comment in setup.py

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
2.45.2