-
-
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.8 * rel : bug_report.yml updated
- Loading branch information
1 parent
ce43bdf
commit e4fd38a
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.7', | ||
version='0.8', | ||
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.7', | ||
download_url='https://github.com/sepandhaghighi/mycoffee/tarball/v0.8', | ||
keywords="coffee ratio terminal brew cli", | ||
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