File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ include COPYRIGHT
2+ include LICENSE
3+ include README.rst
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Microsoft Translator V2 -- Python API
44:Version: 0.1
55:Web: http://openlabs.co.in/
66:keywords: Micrsoft Translator
7+ :copyright: Openlabs Technologies & Consulting (P) LTD
78
89This python API implements the Microsoft Translator services which can be used
910in web or client applications to perform language translation operations. The
@@ -20,4 +21,7 @@ Example Usage:
2021 >>> print translator.translate("Hello", "pt")
2122 "Olá"
2223
24+ Bugs and Development on Github
25+ ------------------------------
2326
27+ https://github.com/openlabs/Microsoft-Translator-Python-API
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ def read(fname):
4848 license = "BSD" ,
4949 keywords = "translation microsoft" ,
5050 url = "http://openlabs.co.in/" ,
51+ include_package_data = True ,
5152 classifiers = [
5253 "Development Status :: 4 - Beta" ,
5354 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments