From 68084b1db44182c3e5be6ad6318856e5ea0afe81 Mon Sep 17 00:00:00 2001 From: Prasanth Date: Thu, 8 Aug 2024 00:37:28 +0530 Subject: [PATCH] publish other package --- dothttp/__version__.py | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dothttp/__version__.py b/dothttp/__version__.py index 516474d..26f6685 100644 --- a/dothttp/__version__.py +++ b/dothttp/__version__.py @@ -1 +1 @@ -__version__ = "0.0.43a19" +__version__ = "0.0.43a20" diff --git a/pyproject.toml b/pyproject.toml index 3fbbdd8..96f3922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dothttp-req" -version = "0.0.43a19" +version = "0.0.43a20" description = "Dothttp is Simple http client for testing and development" authors = ["Prasanth "] license = "MIT" @@ -10,6 +10,7 @@ classifiers = [ "Operating System :: OS Independent", ] exclude = ["test", "test.core", "test.extensions", "benchmarks"] +packages = [{'include'='dotextensions'}, {'include'='dothttp'}, {'include'='dothttp_req'}] repository = "https://github.com/cedric05/dothttp" [tool.poetry.urls]