From 71433f63666b36d2aea9147c6716d1e056229e0e Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Wed, 17 Apr 2024 22:02:10 +0200 Subject: [PATCH] adjusted description --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 68c05dd0..182200e3 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,9 @@ from setuptools import setup, find_packages with open('requirements.txt') as f: required = f.read().splitlines() +with open("README.md", "r", encoding="utf-8") as fh: + long_description = fh.read() + setup( name='freedata-server', version='0.15.3', @@ -14,6 +17,8 @@ setup( author='DJ2LS', author_email='dj2ls@proton.me', description='A free, open-source, multi-platform application for sending files and messages, using the codec2 HF modems.', + long_description=long_description, + long_description_content_type="text/markdown", url='https://freedata.app', license='GPL3.0', entry_points={