Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Commit

Permalink
Trying pandoc rst generationi
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja committed Sep 21, 2016
1 parent 0482485 commit df8a225
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ env:
- TRAVIS="True"

script:
- tox
- pandoc --from=markdown --to=rst --output=README.rst README.md
- tox

after_success:
coveralls
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include LICENCE.txt
include README.rst
include README.md
include version.txt
include CONTRIBUTORS.md
include CONTRIBUTING.md
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'vcversioner',
]

with open('README.md', 'r') as infile:
with open('README.rst', 'r') as infile:
long_description = infile.read()

setup(
Expand Down

0 comments on commit df8a225

Please sign in to comment.