We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b1d59 commit 515a0fcCopy full SHA for 515a0fc
.gitignore
@@ -5,6 +5,7 @@ src/search /__pycache__
5
__pycache__
6
src/arguments/__pycache__
7
.vscode/
8
+src/dynamic_cli.egg-info/
9
10
# Environments
11
.env
README.md
@@ -45,7 +45,7 @@ $ pip3 install -e .
45
46
Dynamic CLI allows users to search for keywords/issues with some relevant tags.
47
48
-
+
49
50
## Arguments⚙
51
setup.py
@@ -6,7 +6,7 @@
DEPENDENCIES = []
setuptools.setup(
- name="dynamic",
+ name="dynamic-cli",
version="0.0.1",
author="IOSF Community",
12
author_email="[email protected]",
0 commit comments