miu-logger 0.1.1__tar.gz → 0.1.2__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,13 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: miu-logger
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Multiprocessing-safe domain-based logging framework with QueueListener architecture
5
5
  Author-email: Bruno Miura <brumiura@gmail.com>
6
- License: MIT
6
+ License-Expression: MIT
7
7
  Keywords: logging,multiprocessing,queue,structured-logging,python-logging
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3 :: Only
10
- Classifier: License :: OSI Approved :: MIT License
11
10
  Classifier: Operating System :: OS Independent
12
11
  Classifier: Topic :: System :: Logging
13
12
  Requires-Python: >=3.10
@@ -1,10 +1,10 @@
1
1
  [project]
2
2
  name = "miu-logger"
3
- version = "0.1.1"
3
+ version = "0.1.2"
4
4
  description = "Multiprocessing-safe domain-based logging framework with QueueListener architecture"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
7
- license = {text = "MIT"}
7
+ license = "MIT"
8
8
  authors = [
9
9
  { name = "Bruno Miura", email = "brumiura@gmail.com" }
10
10
  ]
@@ -12,7 +12,6 @@ keywords = ["logging", "multiprocessing", "queue", "structured-logging", "python
12
12
  classifiers = [
13
13
  "Programming Language :: Python :: 3",
14
14
  "Programming Language :: Python :: 3 :: Only",
15
- "License :: OSI Approved :: MIT License",
16
15
  "Operating System :: OS Independent",
17
16
  "Topic :: System :: Logging",
18
17
  ]
@@ -1,13 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: miu-logger
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Multiprocessing-safe domain-based logging framework with QueueListener architecture
5
5
  Author-email: Bruno Miura <brumiura@gmail.com>
6
- License: MIT
6
+ License-Expression: MIT
7
7
  Keywords: logging,multiprocessing,queue,structured-logging,python-logging
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3 :: Only
10
- Classifier: License :: OSI Approved :: MIT License
11
10
  Classifier: Operating System :: OS Independent
12
11
  Classifier: Topic :: System :: Logging
13
12
  Requires-Python: >=3.10
File without changes
File without changes
File without changes