Skip to content

Commit

Permalink
support windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxiaocai committed Jun 24, 2019
1 parent 4854dc8 commit 09fb1cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mkTranslation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*
"""Command line tools translated using Google、Youdao and i18ns.com"""
__all__ = 'mkTranslator',
__version__ = '1.6.0'
__version__ = '1.6.1'


from mkTranslation.translator import mkTranslator
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
import os.path
import re

from distutils.core import setup
from setuptools import setup, find_packages


Expand Down Expand Up @@ -69,7 +69,8 @@ def install():
'pytest',
'coveralls',
],
scripts=['translate','trans']
scripts=['translate','trans'],
console=['translate.exe']
)


Expand Down
Binary file added test/translate.exe
Binary file not shown.
Binary file added translate.exe
Binary file not shown.

0 comments on commit 09fb1cc

Please sign in to comment.