mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 07:48:11 +00:00
setup: fix comment in setup.py
This commit is contained in:
4
setup.py
4
setup.py
@ -97,8 +97,8 @@ setup_requires = []
|
|||||||
# The darcsver command from the darcsver plugin is needed to initialize the
|
# The darcsver command from the darcsver plugin is needed to initialize the
|
||||||
# distribution's .version attribute correctly. (It does this either by
|
# distribution's .version attribute correctly. (It does this either by
|
||||||
# examining darcs history, or if that fails by reading the
|
# examining darcs history, or if that fails by reading the
|
||||||
# setuptools_trial/_version.py file). darcsver will also write a new version
|
# src/allmydata/_version.py file). darcsver will also write a new version
|
||||||
# stamp in setuptools_trial/_version.py, with a version number derived from
|
# stamp in src/allmydata/_version.py, with a version number derived from
|
||||||
# darcs history. Note that the setup.cfg file has an "[aliases]" section
|
# 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
|
# 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
|
# darcsver before each one. If you add different commands (or if I forgot
|
||||||
|
Reference in New Issue
Block a user