From 5a24c8cd89db9b38bd5da2c1d3ffafeeaffce501 Mon Sep 17 00:00:00 2001 From: Hynek Kydlicek Date: Wed, 10 May 2023 19:58:00 +0200 Subject: [PATCH] updated toml --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"