From 5a0f6b4c5286c4c4c6eafba3ba9a9add495d201d Mon Sep 17 00:00:00 2001 From: Jannis Konrad Date: Fri, 6 Sep 2024 11:25:04 +0200 Subject: [PATCH] add tinydtls.pc.in to manifest --- MANIFEST.in | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index f3c696d..e49b78e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -recursive-include DTLSSocket/tinydtls *.h LICENSE ABOUT.md configure.ac CONTRIBUTING.md README Makefile.in doc/Doxyfile.in autogen.sh +recursive-include DTLSSocket/tinydtls *.h LICENSE ABOUT.md configure.ac CONTRIBUTING.md README Makefile.in doc/Doxyfile.in autogen.sh tinydtls.pc.in include DTLSSocket/dtls.pyx DTLSSocket/tdtls.pxd LICENSE pyproject.toml diff --git a/setup.py b/setup.py index 64e1227..bfacfe0 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def run_command(args): setup( name="DTLSSocket", - version='0.2.1', + version='0.2.2', description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface", long_description=long_description, long_description_content_type="text/markdown",