Skip to content

Commit

Permalink
Add new deployment files to MANIFEST
Browse files Browse the repository at this point in the history
We should include all deployment files. Maybe we should use more
wildcards, but that could also mean that manually created files could
accidentally get included.
  • Loading branch information
karlb committed Mar 26, 2021
1 parent 3d24a4a commit 54237f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Documents changes that result in:
- API changes in the package (externally used constants, externally used utilities and scripts)
- important bug fixes between releases

## [0.37.4]
## [0.37.5]
- Add missing deployment files for the unstable deployment done in 0.37.2.

## [0.37.3]
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ include raiden_contracts/constants.py
include raiden_contracts/data*/contracts.json
include raiden_contracts/data*/deployment_kovan.json
include raiden_contracts/data*/deployment_goerli.json
include raiden_contracts/data*/deployment_goerli_unstable.json
include raiden_contracts/data*/deployment_rinkeby.json
include raiden_contracts/data*/deployment_ropsten.json
include raiden_contracts/data*/deployment_mainnet.json
include raiden_contracts/data*/deployment_services_kovan.json
include raiden_contracts/data*/deployment_services_goerli.json
include raiden_contracts/data*/deployment_services_goerli_unstable.json
include raiden_contracts/data*/deployment_services_rinkeby.json
include raiden_contracts/data*/deployment_services_ropsten.json
include raiden_contracts/data*/deployment_services_mainnet.json
Expand Down

0 comments on commit 54237f1

Please sign in to comment.