-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7915c31
commit bce3183
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# MyLibrary: Hi, this is a library to make your code count. | ||
|
||
This simply library prints a hello world message from a python package and | ||
tests its functionality. | ||
This simple library prints a hello world message from a python package and tests its functionality. | ||
|
||
We add the basic elements that you need to get a working python package - a setup file that lets you install your library locally, tests and documentation with sphinx. |