cppgolf 0.1.3__tar.gz → 0.1.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cppgolf
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: C++ multi-file merge & code golf / minifier tool
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/KnCRJVirX/cppgolf
@@ -123,7 +123,7 @@ def main():
123
123
  keep_inline=args.keep_inline,
124
124
  aggressive=args.aggressive,
125
125
  define_shortcuts=args.define_shortcuts,
126
- rename_symbols=not(args.no_rename_symbols),
126
+ rename_symbols=not(args.no_rename),
127
127
  )
128
128
 
129
129
  def print_stats(final_size: int):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cppgolf
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: C++ multi-file merge & code golf / minifier tool
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/KnCRJVirX/cppgolf
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cppgolf"
7
- version = "0.1.3"
7
+ version = "0.1.4"
8
8
  description = "C++ multi-file merge & code golf / minifier tool"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes