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
  • Loading branch information
Dennis Tsoumas authored Jan 7, 2020
2 parents 96903eb + f91bb8d commit 5bf8652
Show file tree
Hide file tree
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
Expand Up @@ -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`.

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="admin@transifex.com",
url="https://www.transifex.com",
Expand Down

0 comments on commit 5bf8652

Please sign in to comment.