File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
3
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
6
6
author = 'GitCoder052023' , # Author's name
7
7
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.' ,
9
11
packages = find_packages (), # Automatically find packages in the directory
10
12
install_requires = [
11
13
'pyperclip' ,
You can’t perform that action at this time.
0 commit comments