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(