Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit 60e4efa

Browse files
committed
add __author__ and __version__
1 parent 67a51ab commit 60e4efa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

luapack.moon

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ include = (name, filename) ->
2727

2828

2929
api = {
30+
__author__: "LeoDeveloper"
31+
__version__: "0.1.0"
32+
3033
extract_modules: =>
3134
-- not the nicest, but hey, it works!
3235
max = #@

0 commit comments

Comments
 (0)