Skip to content

Commit

Permalink
remove obsolete Autoloads
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwensley committed Dec 6, 2024
1 parent 4ab1868 commit a3898ce
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -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 := [
Expand Down Expand Up @@ -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(
Expand All @@ -98,8 +97,6 @@ BannerString := Concatenation(
"-----------------------------------------------------------------------------\n"
),

Autoload := false,

TestFile := "tst/testall.g",

Keywords := ["crossed module of algebras", "cat1-algebra"],
Expand Down

0 comments on commit a3898ce

Please sign in to comment.