diff --git a/build.fsx b/build.fsx index 6706d59d..4109c20d 100644 --- a/build.fsx +++ b/build.fsx @@ -12,14 +12,6 @@ open Fun.Build let root = __SOURCE_DIRECTORY__ -// Information about the project to be used at NuGet and in AssemblyInfo files -let project = "FSharp.Formatting" - -let summary = - "A package of libraries for building great F# documentation, samples and blogs" - -let license = "Apache 2.0 License" - let configuration = "Release" // Folder to deposit deploy artifacts