Skip to content

Commit

Permalink
Submodule ethpm-spec and remove redundant assets
Browse files Browse the repository at this point in the history
  • Loading branch information
njgheorghita committed Jun 30, 2020
1 parent c9f3cba commit c597c77
Show file tree
Hide file tree
Showing 44 changed files with 105 additions and 2,484 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "ethpm/ethpm-spec"]
path = ethpm/ethpm-spec
url = https://github.com/ethpm/ethpm-spec.git
2 changes: 1 addition & 1 deletion ethpm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ETHPM_DIR = Path(__file__).parent
ASSETS_DIR = ETHPM_DIR / "assets"
SPEC_DIR: Path = ASSETS_DIR / "spec"
ETHPM_SPEC_DIR: Path = ETHPM_DIR / "ethpm-spec"

from .package import Package # noqa: F401
from .backends.registry import RegistryURI # noqa: F401
146 changes: 0 additions & 146 deletions ethpm/assets/escrow/1.0.0-pretty.json

This file was deleted.

1 change: 0 additions & 1 deletion ethpm/assets/escrow/1.0.0.json

This file was deleted.

1 change: 0 additions & 1 deletion ethpm/assets/escrow/v3-strict.json

This file was deleted.

Loading

0 comments on commit c597c77

Please sign in to comment.