Skip to content

Commit

Permalink
CLEANUP: Rename XLSX extension to clarify the package dependence.
Browse files Browse the repository at this point in the history
  • Loading branch information
epatters committed Oct 12, 2023
1 parent c968883 commit d9d484d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
nauty_jll = "55c6dc9b-343a-50ca-8ff2-b71adb3733d5"

[extensions]
ExcelACSetsExt = "XLSX"
NautyACSetsExt = "nauty_jll"
XLSXACSetsExt = "XLSX"

[compat]
CompTime = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion ext/ExcelACSetsExt.jl → ext/XLSXACSetsExt.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ExcelACSetsExt
module XLSXACSetsExt

import Tables, XLSX

Expand Down

0 comments on commit d9d484d

Please sign in to comment.