Skip to content

Instantly share code, notes, and snippets.

@sztomi
Created July 28, 2019 13:22
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 sztomi/a82291b10982b4dc7b59af3b29b8ebd7 to your computer and use it in GitHub Desktop.
Save sztomi/a82291b10982b4dc7b59af3b29b8ebd7 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "pretty_plz"
version = "0.1.3"
description = "pretty_plz is a tool that turns utility scripts into runnable commands"
authors = ["Tamás Szelei <szelei.t@gmail.com>"]
license = "MIT"
homepage = "https://github.com/sztomi/pretty_plz/"
repository = "https://github.com/sztomi/pretty_plz/"
keywords = ["productivity", "commandline", "cli"]
classifiers = [
"Environment :: Console",
"Operating System :: OS Independent",
]
[tool.poetry.dependencies]
python = "^3.6"
[tool.poetry.scripts]
plz = "pretty_plz.main:main"
[tool.poetry.dev-dependencies]
[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