summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-02-26 17:19:15 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-02-26 17:19:15 -0500
commit552c02561e8e79b9b2e658453f269fba68fab9a5 (patch)
treee74587bd07f912a7063cdbb2338a7c395d1aad32 /setup.py
parent04632df7659a7fa68d75770d862e4edd32acff2b (diff)
downloadcmd2-git-552c02561e8e79b9b2e658453f269fba68fab9a5.tar.gz
Changes to make our project as welcoming as possible for new contributors.
Changes include: 1) Added CONTRIBUTING.md with detailed instructions for how to contribute, which should be especially useful to those new to open source in general or GitHub in particular 2) Added CODE_OF_CONDUCT.md which sets ground rules for participants’ behavior and helps to facilitate a friendly, welcoming environment 3) Renamed the "example" directory to "examples" in the hope that one day soon there may be more than a single example ;-)
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b5923430..fb7a9590 100755
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ Drop-in replacement adds several features for command-prompt tools:
* bare >, >>, < redirect to/from paste buffer
* accepts abbreviated commands when unambiguous
* `py` enters interactive Python console
- * test apps against sample session transcript (see example/example.py)
+ * test apps against sample session transcript (see examples/example.py)
Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd.
"""