Migrate to pyproject config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -2,14 +2,3 @@
|
||||
|
||||
from merkle_tree_stream.node import MerkleTreeNode # noqa
|
||||
from merkle_tree_stream.tree import MerkleTreeGenerator # noqa
|
||||
|
||||
try:
|
||||
import pkg_resources
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
||||
try:
|
||||
__version__ = pkg_resources.get_distribution("merkle_tree_stream").version
|
||||
except Exception:
|
||||
__version__ = "unknown"
|
||||
|
Reference in New Issue
Block a user