Skip to content

Commit

Permalink
replace README.rst with README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stavros Kroustouris committed Jan 27, 2017
1 parent 9d015b8 commit 1b9e240
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 71 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include txclib/cacert.pem
include requirements.txt

# Docs
include LICENSE README.rst
include LICENSE README.md
recursive-include docs *

# Tests
Expand Down
69 changes: 0 additions & 69 deletions README.rst

This file was deleted.

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ def get_file_content(filename):
with open(filename, 'r', encoding='UTF-8') as f:
return f.read()


setup(
name="transifex-client",
version=txclib.__version__,
entry_points={'console_scripts': ['tx=txclib.cmdline:main']},
description="A command line interface for Transifex",
long_description=get_file_content('README.rst'),
long_description=get_file_content('README.md'),
author="Transifex",
author_email="[email protected]",
url="https://www.transifex.com",
Expand Down

0 comments on commit 1b9e240

Please sign in to comment.