Skip to content

Commit

Permalink
Use Markdown on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 6, 2018
1 parent 72cdd8b commit cd2c133
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
#!/usr/bin/env python
from setuptools import find_packages, setup

with open("README.md") as f:
long_description = f.read()

setup(
name="pylast",
long_description=long_description,
long_description_content_type="text/markdown",
version="2.2.0.dev0",
author="Amr Hassan <amr.hassan@gmail.com> and Contributors",
install_requires=['six'],
setup_requires=['setuptools>=38.6.0', 'twine>=1.11.0', 'wheel>=0.31.0'],
tests_require=['mock', 'pytest', 'coverage', 'pycodestyle', 'pyyaml',
'pyflakes', 'flaky'],
description="A Python interface to Last.fm and Libre.fm",
Expand Down

0 comments on commit cd2c133

Please sign in to comment.