fixed command

This commit is contained in:
alicestrt 2021-05-08 15:00:46 +02:00
parent 72ccd5ef79
commit caf376e14e
3 changed files with 2 additions and 2 deletions

BIN
dist/overunder-1.0.1-py3-none-any.whl vendored Normal file

Binary file not shown.

BIN
dist/overunder-1.0.1.tar.gz vendored Normal file

Binary file not shown.

View File

@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry] [tool.poetry]
name = "overunder" 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." 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>"] authors = ["anxiouspeanut <alice.strt@gmail.com>"]
maintainers = ["anxiouspeanut <alice.strt@gmail.com>"] maintainers = ["anxiouspeanut <alice.strt@gmail.com>"]
@ -20,4 +20,4 @@ python = "^3.6"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
[tool.poetry.scripts] [tool.poetry.scripts]
overunder = "overunder:main" overunder = "overunder:repl"