mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-11 04:02:29 +02:00
only check for new profiles once, update version
This commit is contained in:
5
setup.py
5
setup.py
@@ -1,9 +1,8 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = '0.3.4'
|
||||
VERSION = '0.3.5'
|
||||
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')
|
||||
LONG_DESCRIPTION = ('A framework to build and run Nostr NIP90 Data Vending Machines. See the github repository for more information')
|
||||
|
||||
# Setting up
|
||||
setup(
|
||||
|
Reference in New Issue
Block a user