This repository has been archived by the owner on Nov 11, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from karandesai-96/v0.3-cleanup
Final cleanup and description updates before v0.3.0.
- Loading branch information
Showing
9 changed files
with
158 additions
and
101 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -27,12 +27,12 @@ | |
|
||
setup( | ||
name='yolog', | ||
version='0.2.2', | ||
description='Beautify your git logs!', | ||
url='http://github.com/karandesai-96/yolog', | ||
author='Karan Desai', | ||
author_email='[email protected]', | ||
license='MIT', | ||
version=__import__('yolog').__version__, | ||
description=__import__('yolog').__description__, | ||
url=__import__('yolog').__url__, | ||
author=__import__('yolog').__author__, | ||
author_email=__import__('yolog').__email__, | ||
license=__import__('yolog').__license__, | ||
packages=['yolog'], | ||
entry_points={ | ||
'console_scripts': ['yolog = yolog.main:main'] | ||
|
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,4 +1,7 @@ | ||
__author__ = "Karan Desai" | ||
__email__ = "[email protected]" | ||
__version__ = "0.2.2" | ||
__license__ = "MIT" | ||
__name__ = 'yolog' | ||
__version__ = '0.3' | ||
__description__ = 'Beautify your Git Logs !' | ||
__url__ = 'https://www.github.com/karandesai-96/yolog' | ||
__author__ = 'Karan Desai' | ||
__email__ = '[email protected]' | ||
__license__ = 'MIT' |
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
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