Skip to content

Commit cbdf1b6

Browse files
author
u
committed
update
1 parent d7aeb80 commit cbdf1b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lua2pack/osdeps/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def _(args):
1414

1515
def generate_args(parser):
1616
for i, d in (
17-
("subpackages", True),
17+
("subpackages", False),
1818
("filelist", True),
1919
("autobuildreqs", True),
2020
("autoreqs", False),

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name="lua2pack",
55
package_data={'': ['lua2pack/templates/*']},
66
include_package_data=True,
7-
version="1.0.19",
7+
version="1.1.0",
88
description = "Generate RPM or DSC spec files from luarocks",
99
summary = "This utility is used for generating files of specific template from luarocks",
1010
license = "GPLv3",

0 commit comments

Comments
 (0)