fixed command
This commit is contained in:
parent
72ccd5ef79
commit
caf376e14e
BIN
dist/overunder-1.0.1-py3-none-any.whl
vendored
Normal file
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
BIN
dist/overunder-1.0.1.tar.gz
vendored
Normal file
Binary file not shown.
@ -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…
Reference in New Issue
Block a user