diff --git a/src/generate.jl b/src/generate.jl index d78ffa8..bb624f2 100644 --- a/src/generate.jl +++ b/src/generate.jl @@ -18,11 +18,6 @@ function generate( # Create the directory with some boilerplate inside. Pkg.generate(pkg_dir) - # Replace the UUID with something that's compatible with METADATA. - project = joinpath(pkg_dir, "Project.toml") - uuid = string(Pkg.METADATA_compatible_uuid(pkg)) - write(project, replace(read(project, String), r"uuid = .*" => "uuid = \"$uuid\"")) - if git # Initialize the repo. repo = LibGit2.init(pkg_dir)