diff --git a/PackageInfo.g b/PackageInfo.g index 08c0ea6..d749856 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -9,7 +9,7 @@ SetPackageInfo( rec( PackageName := "XModAlg", Subtitle := "Crossed Modules and Cat1-Algebras", Version := "1.27", -Date := "26/10/2024", # dd/mm/yyyy format +Date := "06/12/2024", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [ @@ -76,8 +76,7 @@ PackageDoc := rec( HTMLStart := "doc/chap0_mj.html", PDFFile := "doc/manual.pdf", SixFile := "doc/manual.six", - LongTitle := "Crossed Modules and Cat1-Algebras in GAP", - Autoload := true + LongTitle := "Crossed Modules and Cat1-Algebras in GAP" ), Dependencies := rec( @@ -98,8 +97,6 @@ BannerString := Concatenation( "-----------------------------------------------------------------------------\n" ), -Autoload := false, - TestFile := "tst/testall.g", Keywords := ["crossed module of algebras", "cat1-algebra"],