Skip to content

Commit

Permalink
now i moved the README, setup needs to know
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Winter committed Feb 28, 2010
1 parent 24e1ef4 commit 7c64a98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Expand Up @@ -6,7 +6,8 @@ similar to those you find in /etc/init.d. By default it will inspect your
system and either write a "simple" script, such as you might produce yourself
or produce a LinuxStandard Base variation, that provides more tooling.

In particular the LSB scripts will try multiple times to shut down your daemon, and will not start it if it is already running.
In particular the LSB scripts will try multiple times to shut down your daemon,
and will not start it if it is already running.

This package also provides a simple way to produce these scripts from other
buildout recipes - see `isotoma.recipe.varnish`_ for an example.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
name = 'isotoma.recipe.gocaptain',
version = version,
description = "Starting and stopping daemons",
long_description = open("README.txt").read() + "\n" + \
long_description = open("README.rst").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers = [
"Framework :: Buildout",
Expand Down

0 comments on commit 7c64a98

Please sign in to comment.