mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Update README
This commit is contained in:
4
setup.py
4
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user