File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ include post_setup.py
2
+ include README.md
3
+ include emoji.pth
Original file line number Diff line number Diff line change 4
4
5
5
def main ():
6
6
here = path .abspath (path .dirname (__file__ ))
7
- print (' Copying 'emoji .pth ' to %s' % get_python_lib ())
7
+ print (" Copying 'emoji.pth' to %s" % get_python_lib ())
8
8
copyfile (
9
9
path .join (here , 'emoji.pth' ),
10
10
path .join (get_python_lib (), 'emoji.pth' )
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ def run(self):
33
33
34
34
if __name__ == '__main__' :
35
35
setup (
36
- name = 'emoji_encoding ' ,
36
+ name = 'emoji-encoding ' ,
37
37
38
38
# Versions should comply with PEP440. For a discussion on single-sourcing
39
39
# the version across setup.py and the project code, see
40
40
# https://packaging.python.org/en/latest/single_source_version.html
41
- version = '0.0.1 ' ,
41
+ version = '0.0.5 ' ,
42
42
43
43
description = 'Module providing Emoji encoding for Python' ,
44
44
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments