b8f1123b86
Move the `module.modulemap` into `Sources/include` and add an exclude for `Tests/Fixtures`.
7 lines
142 B
Swift
7 lines
142 B
Swift
import PackageDescription
|
|
|
|
let package = Package(
|
|
name: "HTMLKit",
|
|
exclude: ["Tests/Fixtures", "Tests/css-tests", "Tests/html5lib-tests"]
|
|
)
|