nercone-shell 0.3.5__py3-none-any.whl → 0.3.6__py3-none-any.whl

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.
nercone_shell/__main__.py CHANGED
@@ -21,9 +21,9 @@ from nercone_modern.color import ModernColor
21
21
  from importlib.metadata import version, PackageNotFoundError
22
22
 
23
23
  try:
24
- hostname = os.uname().nodename
24
+ hostname = os.uname().nodename.rsplit(".", 1)[0]
25
25
  except AttributeError:
26
- hostname = platform.uname().node
26
+ hostname = platform.uname().node.rsplit(".", 1)[0]
27
27
 
28
28
  try:
29
29
  VERSION: str = version("nercone-shell")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: nercone-shell
3
- Version: 0.3.5
3
+ Version: 0.3.6
4
4
  Summary: Modern shell for Developers
5
5
  Author: Nercone
6
6
  Author-email: Nercone <nercone@diamondgotcat.net>
@@ -0,0 +1,6 @@
1
+ nercone_shell/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ nercone_shell/__main__.py,sha256=QHEIi-nwYKJEQyahzGvM-VKParxsPZCUsXtUyYIel2g,10771
3
+ nercone_shell-0.3.6.dist-info/WHEEL,sha256=YUH1mBqsx8Dh2cQG2rlcuRYUhJddG9iClegy4IgnHik,79
4
+ nercone_shell-0.3.6.dist-info/entry_points.txt,sha256=STrGlvrPc2Rr5ktWVfiZ_5Lr7i1GcfOMvsTxL6768sw,55
5
+ nercone_shell-0.3.6.dist-info/METADATA,sha256=ugPpzdN89MDEkarCYi3Dre55jePWke4L2oQTjlTDZTQ,2600
6
+ nercone_shell-0.3.6.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- nercone_shell/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- nercone_shell/__main__.py,sha256=dFtVET7Qc5vS4NKRISEUfiIxCSMOEhIAKYt_rbvRrbk,10735
3
- nercone_shell-0.3.5.dist-info/WHEEL,sha256=YUH1mBqsx8Dh2cQG2rlcuRYUhJddG9iClegy4IgnHik,79
4
- nercone_shell-0.3.5.dist-info/entry_points.txt,sha256=STrGlvrPc2Rr5ktWVfiZ_5Lr7i1GcfOMvsTxL6768sw,55
5
- nercone_shell-0.3.5.dist-info/METADATA,sha256=F5H407rwuCwgcXoNhQFCcjQQKu6tDekM7cT5_KO7f_E,2600
6
- nercone_shell-0.3.5.dist-info/RECORD,,