fix: script definition

pull/6/head
Raphaël Vinot 2020-03-10 14:57:19 +01:00
parent 0e26f6f8ae
commit 513e4c136d
2 changed files with 1 additions and 1 deletions

0
bin/__init__,py Normal file
View File

View File

@ -43,7 +43,7 @@ nose = "^1.3.7"
mypy = "^0.761"
[tool.poetry.scripts]
pytaxonomies = 'bin/pytaxonomies:main'
pytaxonomies = 'bin.pytaxonomies:main'
[build-system]
requires = ["poetry>=0.12"]