error handling if no .env file is provided

This commit is contained in:
Believethehype
2023-12-19 11:36:25 +01:00
parent 3043c188f5
commit 70e684f0b1
4 changed files with 18 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '0.0.7'
VERSION = '0.0.8'
DESCRIPTION = 'A framework to build and run Nostr NIP90 Data Vending Machines'
LONG_DESCRIPTION = ('A framework to build and run Nostr NIP90 Data Vending Machines. '
'This is an early stage release. Interfaces might change/brick')