Skip to content

Commit

Permalink
Merge e8bb622 into e617ec4
Browse files Browse the repository at this point in the history
  • Loading branch information
Behoston committed Sep 17, 2019
2 parents e617ec4 + e8bb622 commit 0d22724
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Expand Up @@ -5,10 +5,18 @@
from setuptools import find_packages
from setuptools import setup


def get_long_description():
with open('README.md') as readme_file:
return readme_file.read()


setup(
name='flask-jsonapi',
version='0.10.3.dev0',
description='JSONAPI 1.0 implementation for Flask.',
long_description=get_long_description(),
long_description_content_type='text/markdown',
author='Social WiFi',
author_email='it@socialwifi.com',
url='https://github.com/socialwifi/flask-jsonapi',
Expand Down

0 comments on commit 0d22724

Please sign in to comment.