Skip to content

Instantly share code, notes, and snippets.

@Kazy
Last active October 29, 2018 16:41
Show Gist options
  • Save Kazy/692963f6a41c64d38f38ac9a3f95619a to your computer and use it in GitHub Desktop.
Save Kazy/692963f6a41c64d38f38ac9a3f95619a to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "org-subpackage-command"
version = "0.1.1"
packages = [
{ include = "org" }
]
[tool.poetry.dependencies]
python = "^3.6.3"
[tool.poetry.dev-dependencies]
[tool.poetry.scripts]
my-command = 'org.subpackage.command.cli:main'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment