From 7bb5362622a079428e3224784f1ce4cd8d76edc3 Mon Sep 17 00:00:00 2001 From: Believethehype Date: Wed, 13 Dec 2023 22:51:56 +0100 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4101063..19e95f6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,8 @@ from setuptools import setup, find_packages VERSION = '0.0.1' DESCRIPTION = 'A framework to build and run NIP90 Data Vending Machines' -LONG_DESCRIPTION = '-' +LONG_DESCRIPTION = ('A framework to build and run NIP90 Data Vending Machines. ' + 'This is an early stage release. Interfaces might change/brick') # Setting up setup(