diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..f1130ed --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include README.md +graft src diff --git a/pyproject.toml b/pyproject.toml index 2f215f2..416e3f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = [ [project] name = "reliqua" -version = "0.0.6" +version = "0.0.7" description = "Simple, efficient, intuitive API Framework" readme = "README.md" requires-python = ">=3.8"