Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sderev committed Jun 18, 2023
1 parent 7e1b593 commit 4f48fe3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
requirements = [line.strip() for line in file]

setup(
name="shellgenius",
name="ShellGenius",
description="ShellGenius is a tool to generate shell commands from description in natural language.",
version="0.1.9",
packages=find_packages(),
install_requires=requirements,
Expand All @@ -19,5 +20,5 @@
},
long_description=readme,
long_description_content_type="text/markdown",
author="sderev",
author="Sébastien De Revière",
)

0 comments on commit 4f48fe3

Please sign in to comment.