Skip to content

Commit

Permalink
Fix rendering on pypi. Fixes #37.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jun 10, 2016
1 parent 9f3f4e4 commit b03bbbd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Ocelot
======

Ocelot is open source software for linking in life cycle assessment.

- `Homepage <https://ocelot.space>`__
- `Source code <https://github.com/OcelotProject/Ocelot>`__
- `Documentation <https://docs.ocelot.space/>`__
- Linux/OS X build status: |Build Status|
- Windows build status: |Build status|
- Test coverage: |Coverage Status|

.. |Build Status| image:: https://travis-ci.org/OcelotProject/Ocelot.svg?branch=master
:target: https://travis-ci.org/OcelotProject/Ocelot
.. |Build status| image:: https://ci.appveyor.com/api/projects/status/ahjg5spf83lsu2vn/branch/master?svg=true
:target: https://ci.appveyor.com/project/cmutel/ocelot/branch/master
.. |Coverage Status| image:: https://coveralls.io/repos/github/OcelotProject/Ocelot/badge.svg?branch=master
:target: https://coveralls.io/github/OcelotProject/Ocelot?branch=master
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'toolz',
],
url="https://ocelot.space/",
long_description=open('README.md').read(),
long_description=open('README.rst').read(),
description='Open source linking for life cycle assessment',
classifiers=[
'Intended Audience :: End Users/Desktop',
Expand Down

0 comments on commit b03bbbd

Please sign in to comment.