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",