Skip to content

Commit

Permalink
remove README conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Oct 4, 2019
1 parent b2ad190 commit 2c25dd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,3 @@ docs/_build/

# PyBuilder
target/

# Converted README for PyPI
README.rst
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
universal = 1

[metadata]
long_description = file: README.rst
long_description = file: README.md
long_description_content_type = text/markdown
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ def run(self):
},
cmdclass={
'clean': system('rm -rf build dist *.egg-info'),
'package': system('python setup.py pandoc sdist bdist_wheel'),
'pandoc': system('pandoc README.md -o README.rst'),
'package': system('python setup.py sdist bdist_wheel'),
'publish': system('twine upload dist/*'),
'release': system('python setup.py clean package publish'),
'test': system('tox'),
Expand Down

0 comments on commit 2c25dd1

Please sign in to comment.