Skip to content

Commit 2746c5f

Browse files
author
Kurt Yoder
authored
Merge pull request #51 from einarf/package-fixes
Attempt to fix pypi markdown issue + README tweaks
2 parents 1ec8a75 + 439891d commit 2746c5f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![pypi](https://img.shields.io/pypi/v/PyWavefront.svg)
1+
[![pypi](https://img.shields.io/pypi/v/PyWavefront.svg)](https://pypi.org/project/PyWavefront/)
22
[![CircleCI](https://circleci.com/gh/greenmoss/PyWavefront.svg?style=svg)](https://circleci.com/gh/greenmoss/PyWavefront)
33

44
PyWavefront
@@ -23,7 +23,7 @@ pip install PyWavefront
2323

2424
## Usage
2525

26-
Basic example loading and obj file:
26+
Basic example loading an obj file:
2727

2828
```python
2929
import pywavefront

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
url='https://github.com/greenmoss/PyWavefront',
1111
description='Python/pyglet library for importing Wavefront .obj files',
1212
long_description=open('README.md').read(),
13+
long_description_content_type='text/markdown',
1314
license='BSD',
1415
classifiers=[
1516
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)