From cb48b583f847371d1472cc8cebd71077f906edb8 Mon Sep 17 00:00:00 2001 From: Believethehype Date: Thu, 14 Dec 2023 10:44:47 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a54ec21..f6b840d 100644 --- a/setup.py +++ b/setup.py @@ -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",