Update pyproject.toml for poetry 1.0.0

pull/357/head
nyanpasu64 2020-01-26 16:16:12 -08:00
rodzic 57202f169f
commit a6df198b0b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -37,7 +37,7 @@ pytest-cov = "^2.6"
codecov = "^2.0"
pytest_cases = "^1.2"
black = {version = "^18.3-alpha.0", allows-prereleases = true}
black = {version = "^18.3-alpha.0", allow-prereleases = true}
[tool.poetry.scripts]
corr = 'corrscope.cli:main'