npcsh 1.0.0__tar.gz → 1.0.1__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: npcsh
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: npcsh is a command-line toolkit for using AI agents.
5
5
  Home-page: https://github.com/NPC-Worldwide/npcsh
6
6
  Author: Christopher Agostino
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: npcsh
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: npcsh is a command-line toolkit for using AI agents.
5
5
  Home-page: https://github.com/NPC-Worldwide/npcsh
6
6
  Author: Christopher Agostino
@@ -0,0 +1,9 @@
1
+ [console_scripts]
2
+ guac = npcpy.guac:main
3
+ npc = npcpy.npc:main
4
+ npcsh = npcpy.npcsh:main
5
+ npcsh-mcp = npcpy.mcp_npcsh:main
6
+ pti = npcpy.pti:main
7
+ spool = npcpy.spool:main
8
+ wander = npcpy.wander:main
9
+ yap = npcpy.yap:main
@@ -84,7 +84,7 @@ extra_files = package_files("npcpy/npc_team/")
84
84
 
85
85
  setup(
86
86
  name="npcsh",
87
- version="1.0.0",
87
+ version="1.0.1",
88
88
  packages=find_packages(exclude=["tests*"]),
89
89
  install_requires=base_requirements, # Only install base requirements by default
90
90
  extras_require={
@@ -96,14 +96,14 @@ setup(
96
96
  },
97
97
  entry_points={
98
98
  "console_scripts": [
99
- "npcsh=npcpy.modes.npcsh:main",
100
- "npcsh-mcp=npcpy.modes.mcp_npcsh:main",
101
- "npc=npcpy.modes.npc:main",
102
- "yap=npcpy.modes.yap:main",
103
- "pti=npcpy.modes.pti:main",
104
- "guac=npcpy.modes.guac:main",
105
- "wander=npcpy.modes.wander:main",
106
- "spool=npcpy.modes.spool:main",
99
+ "npcsh=npcpy.npcsh:main",
100
+ "npcsh-mcp=npcpy.mcp_npcsh:main",
101
+ "npc=npcpy.npc:main",
102
+ "yap=npcpy.yap:main",
103
+ "pti=npcpy.pti:main",
104
+ "guac=npcpy.guac:main",
105
+ "wander=npcpy.wander:main",
106
+ "spool=npcpy.spool:main",
107
107
  ],
108
108
  },
109
109
  author="Christopher Agostino",
@@ -1,9 +0,0 @@
1
- [console_scripts]
2
- guac = npcpy.modes.guac:main
3
- npc = npcpy.modes.npc:main
4
- npcsh = npcpy.modes.npcsh:main
5
- npcsh-mcp = npcpy.modes.mcp_npcsh:main
6
- pti = npcpy.modes.pti:main
7
- spool = npcpy.modes.spool:main
8
- wander = npcpy.modes.wander:main
9
- yap = npcpy.modes.yap:main
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
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
File without changes
File without changes