File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
44PyWavefront
@@ -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
2929import pywavefront
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments