Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
Use README.md as package description
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome authored Jul 28, 2018
1 parent 7bbd7eb commit 47038d4
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
Expand Up @@ -2,6 +2,9 @@
"""Install config."""
from setuptools import setup

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

setup(
name='pysndfx',
version='0.3.2',
Expand All @@ -10,6 +13,8 @@
author='Carl Thomé',
author_email='[email protected]',
license='MIT',
long_description=long_description,
long_description_content_type='text/markdown',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 47038d4

Please sign in to comment.