pymud 0.18.4.post3__tar.gz → 0.18.4.post4__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.
Files changed (21) hide show
  1. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/PKG-INFO +2 -2
  2. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/README.md +1 -1
  3. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/pyproject.toml +1 -1
  4. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud/settings.py +2 -2
  5. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud.egg-info/PKG-INFO +2 -2
  6. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/LICENSE.txt +0 -0
  7. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/setup.cfg +0 -0
  8. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud/__init__.py +0 -0
  9. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud/__main__.py +0 -0
  10. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud/dialogs.py +0 -0
  11. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud/extras.py +0 -0
  12. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud/objects.py +0 -0
  13. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud/pkuxkx.py +0 -0
  14. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud/protocol.py +0 -0
  15. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud/pymud.py +0 -0
  16. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud/session.py +0 -0
  17. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud.egg-info/SOURCES.txt +0 -0
  18. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud.egg-info/dependency_links.txt +0 -0
  19. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud.egg-info/entry_points.txt +0 -0
  20. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud.egg-info/requires.txt +0 -0
  21. {pymud-0.18.4.post3 → pymud-0.18.4.post4}/src/pymud.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pymud
3
- Version: 0.18.4.post3
3
+ Version: 0.18.4.post4
4
4
  Summary: a MUD Client written in Python
5
5
  Author-email: "newstart@pkuxkx" <crapex@crapex.cc>
6
6
  Maintainer-email: "newstart@pkuxkx" <crapex@crapex.cc>
@@ -914,6 +914,6 @@ Requires-Dist: prompt-toolkit
914
914
  ### 0.18.4post2 (2024-02-20)
915
915
  + 问题调整:修改缓冲截取处理中的小BUG。
916
916
 
917
- ### 0.18.4post3 (2024-02-23)
917
+ ### 0.18.4post4 (2024-02-23)
918
918
  + 功能调整:将帮助窗口中的链接改到帮助网址: https://pymud.readthedocs.org
919
919
  + 问题修复:修复了随包提供的pkuxkx.py样例脚本中的几处错误
@@ -209,6 +209,6 @@
209
209
  ### 0.18.4post2 (2024-02-20)
210
210
  + 问题调整:修改缓冲截取处理中的小BUG。
211
211
 
212
- ### 0.18.4post3 (2024-02-23)
212
+ ### 0.18.4post4 (2024-02-23)
213
213
  + 功能调整:将帮助窗口中的链接改到帮助网址: https://pymud.readthedocs.org
214
214
  + 问题修复:修复了随包提供的pkuxkx.py样例脚本中的几处错误
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
 
3
3
  name = "pymud" # Required
4
- version = "0.18.4post3" # Required
4
+ version = "0.18.4post4" # Required
5
5
  description = "a MUD Client written in Python" # Optional
6
6
  readme = "README.md" # Optional
7
7
  requires-python = ">=3.7"
@@ -19,8 +19,8 @@ class Settings:
19
19
  "APP 作者"
20
20
  __email__ = "crapex@crapex.cc"
21
21
  "APP 作者邮箱"
22
- __website__ = "https://pypi.org/project/pymud"
23
- "APP 发布网址"
22
+ __website__ = "https://pymud.readthedocs.org/"
23
+ "帮助文档发布网址"
24
24
 
25
25
  server = {
26
26
  "default_encoding" : "utf-8", # 服务器默认编码
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pymud
3
- Version: 0.18.4.post3
3
+ Version: 0.18.4.post4
4
4
  Summary: a MUD Client written in Python
5
5
  Author-email: "newstart@pkuxkx" <crapex@crapex.cc>
6
6
  Maintainer-email: "newstart@pkuxkx" <crapex@crapex.cc>
@@ -914,6 +914,6 @@ Requires-Dist: prompt-toolkit
914
914
  ### 0.18.4post2 (2024-02-20)
915
915
  + 问题调整:修改缓冲截取处理中的小BUG。
916
916
 
917
- ### 0.18.4post3 (2024-02-23)
917
+ ### 0.18.4post4 (2024-02-23)
918
918
  + 功能调整:将帮助窗口中的链接改到帮助网址: https://pymud.readthedocs.org
919
919
  + 问题修复:修复了随包提供的pkuxkx.py样例脚本中的几处错误
File without changes
File without changes