rename repo to lbry-hub and module to hub

This commit is contained in:
Jack Robison 2022-05-18 10:50:20 -04:00
parent 0eeab397cf
commit 27e09d7aa7
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
89 changed files with 160 additions and 160 deletions

View file

@ -1,5 +1,5 @@
import os
from scribe import __name__, __version__
from hub import __name__, __version__
from setuptools import setup, find_packages
BASE = os.path.dirname(__file__)