Skip to content

Commit f33501b

Browse files
committed
Add files section to app.src for hex.pm packaging
Include build scripts (do_cmake.sh, do_build.sh) and other necessary files so they are packaged when publishing to hex.pm.
1 parent 4fc4504 commit f33501b

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

src/erlang_python.app.src

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,16 @@
1414
]},
1515
{modules, []},
1616
{licenses, ["Apache-2.0"]},
17-
{links, [{"GitHub", "https://github.com/benoitc/erlang-python"}]}
17+
{links, [{"GitHub", "https://github.com/benoitc/erlang-python"}]},
18+
{files, ["rebar.config",
19+
"do_cmake.sh",
20+
"do_build.sh",
21+
"README.md",
22+
"LICENSE",
23+
"CHANGELOG.md",
24+
"src",
25+
"c_src",
26+
"docs",
27+
"examples",
28+
"test"]}
1829
]}.

0 commit comments

Comments
 (0)