Skip to content

Commit 834c73f

Browse files
committed
Fix hex package to include priv directory
1 parent 82685c5 commit 834c73f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

rebar.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828

2929
{project_plugins, [rebar3_ex_doc]}.
3030

31-
{hex, [{doc, ex_doc}]}.
31+
{hex, [
32+
{doc, ex_doc},
33+
{files, ["src", "include", "priv", "c_src", "CMakeLists.txt", "do_cmake.sh", "do_build.sh", "rebar.config", "rebar.lock", "README.md", "LICENSE"]}
34+
]}.
3235

3336
{ex_doc, [
3437
{source_url, <<"https://github.com/benoitc/erlang-python">>},

0 commit comments

Comments
 (0)