code-normalizer-pro 3.0.2__tar.gz → 3.0.3__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: code-normalizer-pro
3
- Version: 3.0.2
3
+ Version: 3.0.3
4
4
  Summary: Production-grade code normalization tool for encoding, newlines, and whitespace hygiene.
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/MRJR0101/Code-Normalizer-Pro
@@ -1,4 +1,4 @@
1
1
  """Package metadata for code-normalizer-pro."""
2
2
 
3
3
  __all__ = ["__version__"]
4
- __version__ = "3.0.2"
4
+ __version__ = "3.0.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code-normalizer-pro
3
- Version: 3.0.2
3
+ Version: 3.0.3
4
4
  Summary: Production-grade code normalization tool for encoding, newlines, and whitespace hygiene.
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/MRJR0101/Code-Normalizer-Pro
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "code-normalizer-pro"
7
- version = "3.0.2"
7
+ version = "3.0.3"
8
8
  description = "Production-grade code normalization tool for encoding, newlines, and whitespace hygiene."
9
- readme = "README.md"
9
+ readme = { file = "README.md", content-type = "text/markdown" }
10
10
  license = { text = "MIT" }
11
11
  requires-python = ">=3.10"
12
12
  dependencies = ["tqdm"]