We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7aeb80 commit cbdf1b6Copy full SHA for cbdf1b6
2 files changed
lua2pack/osdeps/generic.py
@@ -14,7 +14,7 @@ def _(args):
14
15
def generate_args(parser):
16
for i, d in (
17
- ("subpackages", True),
+ ("subpackages", False),
18
("filelist", True),
19
("autobuildreqs", True),
20
("autoreqs", False),
setup.py
@@ -4,7 +4,7 @@
4
name="lua2pack",
5
package_data={'': ['lua2pack/templates/*']},
6
include_package_data=True,
7
- version="1.0.19",
+ version="1.1.0",
8
description = "Generate RPM or DSC spec files from luarocks",
9
summary = "This utility is used for generating files of specific template from luarocks",
10
license = "GPLv3",
0 commit comments