Skip to content

Commit cfe2896

Browse files
committed
chore: refine package file inclusion for hex publish
- Reorganize native directory structure in files list - Add explicit inclusion of cargo configuration and source files - Remove redundant native directory entry - Add .formatter.exs to package files
1 parent 061724c commit cfe2896

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

mix.exs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,15 @@ defmodule DprintMarkdownFormatter.MixProject do
5050
"A fast, configurable markdown formatter for Elixir using Rust's dprint-plugin-markdown",
5151
files: [
5252
"lib",
53-
"native",
54-
"checksum-*.exs",
53+
".formatter.exs",
5554
"mix.exs",
5655
"README.md",
5756
"LICENSE",
58-
"llms.txt"
57+
"llms.txt",
58+
"native/dprint_markdown_formatter/*.*",
59+
"native/dprint_markdown_formatter/.cargo/",
60+
"native/dprint_markdown_formatter/src/",
61+
"checksum-*.exs"
5962
],
6063
maintainers: ["Phil Chen"],
6164
licenses: ["MIT"],

0 commit comments

Comments
 (0)