Skip to content

Commit

Permalink
[tools/shoestring]: configure package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaguar0625 committed Jul 14, 2023
1 parent 6844294 commit 2ee1d0e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tools/shoestring/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ defaultCiPipeline {

packageId = 'tools-shoestring'

publisher = 'pypi'

codeCoverageTool = 'coverage'
minimumCodeCoverage = 95
}
20 changes: 20 additions & 0 deletions tools/shoestring/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[tool.poetry]
name = 'symbol-shoestring'
version = '0.0.1'
description = 'Symbol Shoestring Deployment Tool'
authors = ['Symbol Contributors <[email protected]>']
maintainers = ['Symbol Contributors <[email protected]>']
license = 'MIT'

readme = 'README.md'

packages = [{ include = 'shoestring' }]

repository = 'https://github.com/symbol/product/tree/main/tools/shoestring'

keywords = ['symbol', 'shoestring', 'deployment', 'node']

classifiers = ['Programming Language :: Python :: 3.7']

[tool.poetry.dependencies]
python = "^3.7"
2 changes: 0 additions & 2 deletions tools/shoestring/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
--extra-index-url https://test.pypi.org/simple/

aiohttp==3.8.4
Jinja2==3.1.2
prompt_toolkit==3.0.38
Expand Down

0 comments on commit 2ee1d0e

Please sign in to comment.