Update setup.py

This commit is contained in:
Believethehype
2023-12-13 22:51:56 +01:00
parent c189489536
commit 7bb5362622

View File

@@ -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(