Skip to content

Commit c597c77

Browse files
committed
Submodule ethpm-spec and remove redundant assets
1 parent c9f3cba commit c597c77

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+105
-2484
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "ethpm/ethpm-spec"]
2+
path = ethpm/ethpm-spec
3+
url = https://github.com/ethpm/ethpm-spec.git

ethpm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
ETHPM_DIR = Path(__file__).parent
55
ASSETS_DIR = ETHPM_DIR / "assets"
6-
SPEC_DIR: Path = ASSETS_DIR / "spec"
6+
ETHPM_SPEC_DIR: Path = ETHPM_DIR / "ethpm-spec"
77

88
from .package import Package # noqa: F401
99
from .backends.registry import RegistryURI # noqa: F401

ethpm/assets/escrow/1.0.0-pretty.json

-146
This file was deleted.

ethpm/assets/escrow/1.0.0.json

-1
This file was deleted.

ethpm/assets/escrow/v3-strict.json

-1
This file was deleted.

0 commit comments

Comments
 (0)