-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorganization in support of preparing for mono-repo #40
Conversation
src_paths = ["library/src"] | ||
|
||
|
||
[tool.taskipy.tasks] |
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.
I like taskipy, so fresh, so clean.
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.
Sample replacement code for requirements.txt included.
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.
Sample replacement code for requirements.txt included.
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.
substantially correct
if [ -z "$PYTHON" ]; then | ||
echo "Python interpreter not found. Exiting." | ||
exit 1 | ||
fi |
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.
picayune, if you know what python you are calling, might as well echo it
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.
I'm not sure I follow. Are you suggesting something different than the echo on line 22?
Moves the armory-library source into the
library
sub-folder. Additionally, thecharmory_examples
package is renamed toarmory/examples
wherearmory
becomes a namespace package.