Update README

This commit is contained in:
Roland Geider
2020-09-02 16:25:16 +02:00
parent feb0bd6f1a
commit 31f10ad82e
2 changed files with 49 additions and 86 deletions

View File

@@ -17,7 +17,7 @@ from setuptools import (
from wger import get_version
with open('README.rst') as readme:
with open('README.md') as readme:
long_description = readme.read()
with open('requirements.txt') as requirements_production:
@@ -27,7 +27,7 @@ setup(
name='wger',
description='FLOSS workout, fitness and weight manager/tracker written with Django',
long_description=long_description,
long_description_content_type='text/x-rst',
long_description_content_type='text/markdown',
version=get_version(),
url='https://github.com/wger-project',
author='Roland Geider',