Skip to content

Commit c0ffd1d

Browse files
committed
updated version and using pyproject solely
1 parent 2aa6d1f commit c0ffd1d

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ghost-in-the-shell"
3-
version = "0.1.1"
3+
version = "0.1.3"
44
description = "CLI with OpenAI integration"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -10,7 +10,7 @@ dependencies = [
1010
]
1111

1212
[project.scripts]
13-
ai = "ai_shell:main"
13+
ai = "main:main"
1414

1515
[build-system]
1616
requires = ["setuptools", "wheel"]

setup.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)