Created
September 26, 2019 14:00
-
-
Save aprxi/08dab77fa92f44b7aa0fdd16a1f0bbc6 to your computer and use it in GitHub Desktop.
PyShipper-variables
This file contains hidden or 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
NAME=${YOUR_MODULE_NAME} | |
VERSION=${VERSION_OF_YOUR_MODULE} | |
AUTHOR="${YOUR_NAME_OR_ALIAS}" | |
AUTHOR_EMAIL="${YOUR_EMAIL_ACCOUNT}" | |
DESCRIPTION="${WHAT_YOUR_MODULE_DOES}" | |
URL="${GIT_REPOSITORY_URL}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment