mlog-util 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.

Potentially problematic release.


This version of mlog-util might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
- Name: mlog-util
3
- Version: 0.1.1
2
+ Name: mlog_util
3
+ Version: 0.1.2
4
4
  Summary: 自用日志库
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
- Name: mlog-util
3
- Version: 0.1.1
2
+ Name: mlog_util
3
+ Version: 0.1.2
4
4
  Summary: 自用日志库
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -1,5 +1,5 @@
1
1
  setup.py
2
- mlog/__init__.py
2
+ mlog_util/__init__.py
3
3
  mlog_util.egg-info/PKG-INFO
4
4
  mlog_util.egg-info/SOURCES.txt
5
5
  mlog_util.egg-info/dependency_links.txt
@@ -0,0 +1 @@
1
+ mlog_util
@@ -1,8 +1,8 @@
1
1
  from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
- name="mlog-util",
5
- version="0.1.1",
4
+ name="mlog_util",
5
+ version="0.1.2",
6
6
  packages=find_packages(),
7
7
  install_requires=["rich"], # 依赖库
8
8
  # author="may",
@@ -1 +0,0 @@
1
- mlog
File without changes