]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: fix comment in setup.py
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 7 May 2009 21:50:03 +0000 (14:50 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 7 May 2009 21:50:03 +0000 (14:50 -0700)
setup.py

index 812a09ba09af0a9304cee4ebdbcf78fa1b28c26e..dc884f07ed2032e62309b2ccc256d5ace4cb2311 100644 (file)
--- 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