Skip to content

Commit

Permalink
Merge pull request #279 from transifex/add-description-content-type
Browse files Browse the repository at this point in the history
Add missing description content type in setup.py
Dennis Tsoumas authored Jan 7, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 96903eb + f91bb8d commit 5bf8652
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ You can use the command line tool to create new resources, map locale files to t
[Click here](http://docs.transifex.com/client/) for complete documentation on the Transifex Command-line Tool via our documentation site.

Installation
----------
------------

You can install the latest version of transifex-client running `pip install transifex-client` or `easy_install transifex-client`.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ def get_file_content(filename):
entry_points={"console_scripts": ["tx=txclib.cmdline:main"]},
description="A command line interface for Transifex",
long_description=get_file_content("README.md"),
long_description_content_type="text/markdown",
author="Transifex",
author_email="[email protected]",
url="https://www.transifex.com",

0 comments on commit 5bf8652

Please sign in to comment.