diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-26 17:19:15 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-26 17:19:15 -0500 |
commit | 552c02561e8e79b9b2e658453f269fba68fab9a5 (patch) | |
tree | e74587bd07f912a7063cdbb2338a7c395d1aad32 /setup.py | |
parent | 04632df7659a7fa68d75770d862e4edd32acff2b (diff) | |
download | cmd2-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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. """ |