-
Notifications
You must be signed in to change notification settings - Fork 77
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 #26 from NeelShah18/version_3.0
Version 3.0
- Loading branch information
Showing
16 changed files
with
4,405 additions
and
2,013 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
1) Start the issue. | ||
2) I will review it in 2 days. | ||
3) Aanyone can review that issue. | ||
4) As problem solved, issue will be closed. | ||
2) Issue will open for community support and possible solution. | ||
3) As problem solved, issue will be closed. |
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,5 @@ | ||
include LICENSE.txt | ||
include MANIFEST.in | ||
include README.rst | ||
include README.md | ||
include setup.py | ||
include setup.cfg |
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 |
---|---|---|
|
@@ -11,15 +11,16 @@ | |
""" | ||
|
||
from emot.core import emoji | ||
from emot.core import emoticons | ||
from emot.emo_unicode import EMO_UNICODE | ||
from emot.emo_unicode import UNICODE_EMO | ||
from emot.emo_unicode import EMOTICONS | ||
|
||
__version__ = '0.0.1' | ||
__author__ = 'Neel Shah and Shubham' | ||
__email__ = '[email protected] and [email protected]' | ||
from emot.core import emot | ||
from emot.emo_unicode import EMOJI_UNICODE | ||
from emot.emo_unicode import UNICODE_EMOJI | ||
from emot.emo_unicode import EMOTICONS_EMO | ||
from emot.emo_unicode import EMOJI_ALIAS_UNICODE | ||
from emot.emo_unicode import UNICODE_EMOJI_ALIAS | ||
|
||
__version__ = '3.0.0' | ||
__author__ = 'Neel Shah' | ||
__email__ = '[email protected]' | ||
__source__ = 'https://github.com/NeelShah18/emot' | ||
__license__ = ''' | ||
|
Oops, something went wrong.