From f9234ed4adf9538bf91f2f72872edd0d61eadcbb Mon Sep 17 00:00:00 2001 From: Hyunsung Lee Date: Wed, 1 Mar 2023 17:32:06 +0900 Subject: [PATCH] 0.2.0 --- MANIFEST.in | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..cdfe1c6 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +#check https://setuptools.pypa.io/en/latest/userguide/miscellaneous.html#controlling-files-in-the-distribution +#to include headers +graft pyyjson/*.h \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f38b2aa..1e70784 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyyjson" -version = "0.1.3" +version = "0.2.0" authors = [ {name = "Hyunsung Lee", email = "ita9naiwa@gmail.com"} ]