Update setup.py

This commit is contained in:
Believethehype
2023-12-14 10:44:47 +01:00
parent 677ce15890
commit cb48b583f8

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '0.0.1'
VERSION = '0.0.2'
DESCRIPTION = 'A framework to build and run NIP90 Data Vending Machines'
LONG_DESCRIPTION = ('A framework to build and run NIP90 Data Vending Machines. '
'This is an early stage release. Interfaces might change/brick')
@@ -31,6 +31,8 @@ setup(
"moviepy==2.0.0.dev2"
],
keywords=['nostr', 'nip90', 'dvm', 'data vending machine'],
url="https://github.com/believethehype/nostrdvm",
license="MIT",
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Education",