forked from ateijelo/nauta-cli
-
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.
Added. Single source for package about info
Added version information to the cli Updated version to 0.7
- Loading branch information
Showing
4 changed files
with
48 additions
and
18 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,5 +1,6 @@ | ||
build/ | ||
dist/ | ||
*.egg-info/ | ||
.idea/ | ||
|
||
*.pyc |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
__all__ = [ | ||
"__name__", | ||
"__cli__", | ||
"__author__", | ||
"__email__", | ||
"__version__", | ||
"__url__", | ||
"__description__", | ||
] | ||
|
||
__name__ = "nauta-cli" | ||
__cli__ = "nauta" | ||
__version__ = "0.7" | ||
|
||
__author__ = "Abraham Toledo Sanchez" | ||
__email__ = "abrahamtoledo90@gmail.com" | ||
__url__ = "https://github.com/abrahamtoledo/nauta-cli" | ||
|
||
__description__ = "Utilidad en linea de comandos (CLI) para la gestion del portal cautivo Nauta de Cuba" |
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
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