-
-
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.
* rel : migrate to version 0.6 * rel : CHANGELOG.md updated * rel : migrate to version 0.6
- Loading branch information
1 parent
af19198
commit 10429c7
Showing
8 changed files
with
14 additions
and
11 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,15 +29,15 @@ def read_description(): | |
setup( | ||
name='mycoffee', | ||
packages=['mycoffee'], | ||
version='0.5', | ||
version='0.6', | ||
description='Brew Perfect Coffee Right from Your Terminal', | ||
long_description=read_description(), | ||
long_description_content_type='text/markdown', | ||
include_package_data=True, | ||
author='Sepand Haghighi', | ||
author_email='[email protected]', | ||
url='https://github.com/sepandhaghighi/mycoffee', | ||
download_url='https://github.com/sepandhaghighi/mycoffee/tarball/v0.5', | ||
download_url='https://github.com/sepandhaghighi/mycoffee/tarball/v0.6', | ||
keywords="python3 python ratio coffee terminal", | ||
project_urls={ | ||
'Source': 'https://github.com/sepandhaghighi/mycoffee' | ||
|
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