qtmodel 0.5.50__tar.gz → 0.5.51__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 qtmodel might be problematic. Click here for more details.
- {qtmodel-0.5.50 → qtmodel-0.5.51}/PKG-INFO +1 -1
- {qtmodel-0.5.50 → qtmodel-0.5.51}/qtmodel.egg-info/PKG-INFO +1 -1
- {qtmodel-0.5.50 → qtmodel-0.5.51}/setup.py +1 -2
- {qtmodel-0.5.50 → qtmodel-0.5.51}/README.md +0 -0
- {qtmodel-0.5.50 → qtmodel-0.5.51}/qtmodel/__init__.py +0 -0
- {qtmodel-0.5.50 → qtmodel-0.5.51}/qtmodel/qt_db.py +0 -0
- {qtmodel-0.5.50 → qtmodel-0.5.51}/qtmodel/qt_mdb.py +0 -0
- {qtmodel-0.5.50 → qtmodel-0.5.51}/qtmodel/qt_odb.py +0 -0
- {qtmodel-0.5.50 → qtmodel-0.5.51}/qtmodel.egg-info/SOURCES.txt +0 -0
- {qtmodel-0.5.50 → qtmodel-0.5.51}/qtmodel.egg-info/dependency_links.txt +0 -0
- {qtmodel-0.5.50 → qtmodel-0.5.51}/qtmodel.egg-info/top_level.txt +0 -0
- {qtmodel-0.5.50 → qtmodel-0.5.51}/setup.cfg +0 -0
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
from datetime import datetime
|
|
2
2
|
from setuptools import setup, find_packages
|
|
3
|
-
from test import Readme
|
|
4
3
|
|
|
5
4
|
# 读取文件内容
|
|
6
5
|
with open("README.md", "r", encoding="utf-8") as fh:
|
|
@@ -10,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
10
9
|
|
|
11
10
|
setup(
|
|
12
11
|
name="qtmodel",
|
|
13
|
-
version=f"
|
|
12
|
+
version=f"V0.5.51",
|
|
14
13
|
author="dqy-zhj",
|
|
15
14
|
author_email="1105417715@qq.com",
|
|
16
15
|
description=f"python modeling for qt {datetime.now().date()} ",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|