Skip to content

Commit

Permalink
[monorepo]: configure publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaguar0625 committed May 16, 2023
1 parent 6ecdcdd commit 6afff08
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions connectors/python/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ defaultCiPipeline {

packageId = 'connectors-python'

publisher = 'pypi'

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

readme = 'README.md'

packages = [{ include = 'symbolconnectors' }]

repository = 'https://github.com/symbol/product/tree/main/python/connectors'

keywords = ['symbol', 'connectors', 'Symbol Connectors']

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

[tool.poetry.dependencies]
python = "^3.7"

0 comments on commit 6afff08

Please sign in to comment.