mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-04-03 09:28:05 +02:00
fix installer
This commit is contained in:
parent
49414001e0
commit
b6c594202a
5
setup.py
5
setup.py
@ -1,6 +1,6 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = '0.1.8'
|
||||
VERSION = '0.1.9'
|
||||
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')
|
||||
@ -13,7 +13,8 @@ setup(
|
||||
author_email="believethehypeonnostr@proton.me",
|
||||
description=DESCRIPTION,
|
||||
long_description=LONG_DESCRIPTION,
|
||||
packages=find_packages(include=['nostr_dvm/**']),
|
||||
packages=find_packages(include=['nostr_dvm', 'nostr_dvm.*']),
|
||||
|
||||
install_requires=["nostr-sdk==0.7.1",
|
||||
"bech32",
|
||||
"pycryptodome==3.19.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user