Browse Source

fixed command

master
alicestrt 3 years ago
parent
commit
caf376e14e
  1. BIN
      dist/overunder-1.0.1-py3-none-any.whl
  2. BIN
      dist/overunder-1.0.1.tar.gz
  3. 4
      pyproject.toml

BIN
dist/overunder-1.0.1-py3-none-any.whl

Binary file not shown.

BIN
dist/overunder-1.0.1.tar.gz

Binary file not shown.

4
pyproject.toml

@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "overunder"
version = "1.0.1"
version = "1.0.2"
description = "An interpreted programming language in Python that could receive as rules basic weaving instructions 'over' and 'under' and apply a pattern onto text."
authors = ["anxiouspeanut <alice.strt@gmail.com>"]
maintainers = ["anxiouspeanut <alice.strt@gmail.com>"]
@ -20,4 +20,4 @@ python = "^3.6"
[tool.poetry.dev-dependencies]
[tool.poetry.scripts]
overunder = "overunder:main"
overunder = "overunder:repl"

Loading…
Cancel
Save