use nostr.build api to check for file limits

This commit is contained in:
Believethehype
2024-06-28 10:22:55 +02:00
parent b8ebdddcb3
commit 365e7de6aa
5 changed files with 71 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '0.6.30'
VERSION = '0.6.31'
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. See the github repository for more information')