Skip to content

Commit

Permalink
Read long description from README
Browse files Browse the repository at this point in the history
Markdown support still pending, see
pypi/warehouse#869 (comment)
  • Loading branch information
astrojuanlu committed Nov 8, 2017
1 parent 487e556 commit eb918b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
version=version["__version__"],
author='Matias Graña',
author_email='matias@satellogic.com',
long_description='This is a library for dealing with quaternions in python in a unified way.',
description='This is a library for dealing with quaternions in Python in a unified way.',
long_description=open('README.md').read(),
packages=find_packages(exclude=["tests"]),
license="GPLv3",
classifiers=[
Expand Down

0 comments on commit eb918b3

Please sign in to comment.