Skip to content

Commit

Permalink
Remove auto-generated reStructuredText readme - fixes #47
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi committed Jun 10, 2018
1 parent 876ce85 commit b948b1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 171 deletions.
168 changes: 0 additions & 168 deletions README.txt

This file was deleted.

2 changes: 0 additions & 2 deletions pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
# use this as git pre-commit hook
# run tests
sh testboth.sh
# create ReST README
pandoc -s -t rst -f gfm -o README.txt README.md
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


def readme():
readme_file = os.path.join(os.path.dirname(__file__), 'README.txt')
readme_file = os.path.join(os.path.dirname(__file__), 'README.md')
if sys.version_info[0] >= 3:
return open(readme_file, 'rt', encoding='utf-8').read()
else:
Expand Down Expand Up @@ -68,6 +68,7 @@ def version():
name='pytaglib',
description='cross-platform, Python 2.x/3.x audio metadata ("tagging") library based on TagLib',
long_description=readme(),
long_description_content_type='text/markdown',
classifiers=CLASSIFIERS,
version=version(),
license='GPLv3+',
Expand Down

0 comments on commit b948b1e

Please sign in to comment.