Skip to content

Commit adbaa96

Browse files
author
Sharoon Thomas
committed
Added manifest to attach readme file in setup bundle
1 parent 3c8d03b commit adbaa96

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include COPYRIGHT
2+
include LICENSE
3+
include README.rst

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

89
This python API implements the Microsoft Translator services which can be used
910
in 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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)