-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add links to resources for developing python packages
- Loading branch information
1 parent
1e7f1d2
commit 36e4005
Showing
1 changed file
with
9 additions
and
1 deletion.
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
36e4005
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very small suggestion about point 2: we could add an extra comment about changing the
my_library
folder name. It has happened a few times that I look/replace formy_library
instances but that will not change the folder name. Then, some commits down the line, I realize that I am still using a folder namedmy_library
.