Skip to content

Commit 515a0fc

Browse files
committed
add pyproject file to make it a package and revamp setup
1 parent e4b1d59 commit 515a0fc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ src/search /__pycache__
55
__pycache__
66
src/arguments/__pycache__
77
.vscode/
8+
src/dynamic_cli.egg-info/
89

910
# Environments
1011
.env

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ pip3 install -e .
4545
4646
Dynamic CLI allows users to search for keywords/issues with some relevant tags.
4747
48-
![https://raw.githubusercontent.com/IndianOpenSourceFoundation/dynamic-cli/master/dynamic_cli.gif](dynamic_cli.gif)
48+
![dynamic_cli.gif](dynamic_cli.gif)
4949
5050
## Arguments⚙
5151

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
DEPENDENCIES = []
77

88
setuptools.setup(
9-
name="dynamic",
9+
name="dynamic-cli",
1010
version="0.0.1",
1111
author="IOSF Community",
1212
author_email="[email protected]",

0 commit comments

Comments
 (0)