Skip to content

Commit d668b67

Browse files
modifying setup.py
1 parent 69918f9 commit d668b67

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
from setuptools import setup, find_packages
22

33
setup(
4-
name='Debugger', # Name of the package
5-
version='0.1.0', # Initial version
4+
name='Dev', # Name of the package
5+
version='1.1.0', # Initial version
66
author='GitCoder052023', # Author's name
77
author_email='[email protected]', # Author's email (replace with yours)
8-
description='A tool to debug your code using AI',
8+
description='Dev is a multi-purpose tool designed to streamline your coding workflow and leverage the power of '
9+
'large language models to enhance your productivity. It automates several common tasks and provides '
10+
'valuable insights through AI capabilities, making your coding experience smoother and more efficient.',
911
packages=find_packages(), # Automatically find packages in the directory
1012
install_requires=[
1113
'pyperclip',

0 commit comments

Comments
 (0)