Skip to content

Commit

Permalink
Fixes markdown support on pypi
Browse files Browse the repository at this point in the history
According to https://stackoverflow.com/questions/26737222/pypi-description-markdown-doesnt-work this is needed for pypi to support markdown in the long description
  • Loading branch information
Hanse00 committed May 27, 2018
1 parent e64caba commit 9eb8fc1
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 @@ -7,12 +7,13 @@ def readme():

setup(
name="lectocal",
version="1.0.0",
version="1.0.1",
author="Philip 'Hanse00' Mallegol-Hansen",
author_email="[email protected]",
url="https://github.com/Hanse00/LecToCal",
description="Syncronize Lectio schedules to Google Calendar.",
long_description=readme(),
long_description_content_type='text/markdown',
license="Apache 2.0",
python_requires=">=3",
classifiers=[
Expand Down

0 comments on commit 9eb8fc1

Please sign in to comment.