Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
allow upload of dists
Browse files Browse the repository at this point in the history
  • Loading branch information
kornpow committed May 11, 2021
1 parent aca6f42 commit a762af1
Show file tree
Hide file tree
Showing 6 changed files with 139 additions and 206 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ __pycache__/
env/
build/
develop-eggs/
dist/
# Allow dist, so we can install from github
#dist/
downloads/
eggs/
.eggs/
Expand Down
Binary file added dist/lndgrpc-0.2.3-py3-none-any.whl
Binary file not shown.
275 changes: 136 additions & 139 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ aiogrpc = "^1.8"
googleapis-common-protos = "^1.53.0"
grpcio = "^1.37.0"
grpcio-tools = "^1.37.0"
protobuf-to-dict = {git = "ssh://git@github.com/wearefair/protobuf-to-dict"}
protobuf3-to-dict = "^0.1.5"
7 changes: 0 additions & 7 deletions requirements.txt

This file was deleted.

58 changes: 0 additions & 58 deletions setup.py

This file was deleted.

0 comments on commit a762af1

Please sign in to comment.