Skip to content
Snippets Groups Projects
Commit aabf3739 authored by Jannis Konrad's avatar Jannis Konrad
Browse files

fix build with wheel

- add pyproject.toml to MANIFEST.in
- bump version in setup.py
parent 6db90d42
No related branches found
No related tags found
No related merge requests found
recursive-include DTLSSocket/tinydtls *.h LICENSE ABOUT.md configure.ac CONTRIBUTING.md README Makefile.in doc/Doxyfile.in
include DTLSSocket/dtls.pyx DTLSSocket/tdtls.pxd LICENSE
include DTLSSocket/dtls.pyx DTLSSocket/tdtls.pxd LICENSE pyproject.toml
......@@ -26,7 +26,7 @@ with open("README.md", "r") as fh:
setup(
name="DTLSSocket",
version='0.1.11a2',
version='0.1.11',
description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface",
long_description=long_description,
long_description_content_type="text/markdown",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment