Skip to content

Commit

Permalink
add tinydtls.pc.in to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kabel42 committed Sep 6, 2024
1 parent a99b3f1 commit 5a0f6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5a0f6b4

Please sign in to comment.