diff --git a/pyproject.toml b/pyproject.toml index f6fb4889..e3b3e322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "CmonCrawl" -version = "0.8.9" +version = "0.9.0" dependencies = [ "aiofiles==0.8.0", "aiohttp==3.8.1", @@ -58,8 +58,7 @@ include = ["cmoncrawl*"] exclude = ["tests*", "docs*", "examples*"] [project.scripts] -cmondownload = "cmoncrawl.integrations.commands:run_download" -cmonextract = "cmoncrawl.integrations.commands:run_extract" +cmon = "cmoncrawl.integrations.commands:main" [project.urls] Source = "https://github.com/hynky1999/Rocnikovy-Projekt"