mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-18 21:31:41 +01:00
Update setup.py
This commit is contained in:
4
setup.py
4
setup.py
@@ -1,6 +1,6 @@
|
|||||||
from setuptools import setup, find_packages
|
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'
|
DESCRIPTION = 'A framework to build and run NIP90 Data Vending Machines'
|
||||||
LONG_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')
|
'This is an early stage release. Interfaces might change/brick')
|
||||||
@@ -31,6 +31,8 @@ setup(
|
|||||||
"moviepy==2.0.0.dev2"
|
"moviepy==2.0.0.dev2"
|
||||||
],
|
],
|
||||||
keywords=['nostr', 'nip90', 'dvm', 'data vending machine'],
|
keywords=['nostr', 'nip90', 'dvm', 'data vending machine'],
|
||||||
|
url="https://github.com/believethehype/nostrdvm",
|
||||||
|
license="MIT",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
"Intended Audience :: Education",
|
"Intended Audience :: Education",
|
||||||
|
|||||||
Reference in New Issue
Block a user