Skip to content

Commit

Permalink
support windows
Browse files Browse the repository at this point in the history
jiangxiaocai committed Jun 24, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4854dc8 commit 09fb1cc
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
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
import os.path
import re

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


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


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.