Skip to content

Commit

Permalink
Remove unecessary build.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaixhin committed Jan 18, 2016
1 parent 5f896b1 commit 28cf668
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions rocks/nninit-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source = {
description = {
summary = "Weight initialisation schemes for Torch7 neural network modules",
detailed = [[
Weight initialisation schemes for Torch7 neural network modules
Weight initialisation schemes for Torch7 neural network modules.
]],
homepage = "https://github.com/Kaixhin/nninit",
license = "MIT"
Expand All @@ -24,10 +24,5 @@ build = {
type = "builtin",
modules = {
nninit = "nninit.lua"
},
install = {
lua = {
nninit = "nninit.lua"
}
}
}

0 comments on commit 28cf668

Please # to comment.