Skip to content

Instantly share code, notes, and snippets.

@kapilt
Created March 11, 2020 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kapilt/d926af3deaa70b50f2078cef33db65bb to your computer and use it in GitHub Desktop.
Save kapilt/d926af3deaa70b50f2078cef33db65bb to your computer and use it in GitHub Desktop.
c7n_org pyproject.toml
[tool.poetry]
name = "c7n_org"
version = "0.5.7"
description = "Cloud Custodian - Parallel Execution"
readme = "README.md"
homepage = "https://cloudcustodian.io"
documentation = "https://cloudcustodian.io/docs/tools/c7n-org.html"
repository = "https://github.com/cloud-custodian/cloud-custodian"
authors = ["Cloud Custodian Project"]
license = "Apache-2.0"
classifiers=[
"Topic :: System :: Systems Administration",
"Topic :: System :: Distributed Computing"
]
[tool.poetry.scripts]
c7n-org = 'c7n_org.cli:cli'
[tool.poetry.dependencies]
python = "^3.6"
click = "^7.0"
[tool.poetry.dev-dependencies]
c7n = {path = "../..", develop = true}
pytest = "^5.3.5"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment