From 1e4a60e64252cd4c23cfff7803d1256ac57e017f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 27 Dec 2020 19:31:11 +0000 Subject: [PATCH] Add README.txt to setup.py. --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index b59d223..bce4882 100755 --- a/setup.py +++ b/setup.py @@ -5,6 +5,10 @@ import setuptools + +with open("README.md", "r", encoding="utf-8") as fh: + long_description = fh.read() + setuptools.setup( name = "neohubapi", version = "0.1",