Skip to content

Commit 1e85ecb

Browse files
committed
Fixed identifier names(#40)
1 parent 7cf2073 commit 1e85ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
url="https://github.com/IndianOpenSourceFoundation/dynamic-cli",
1515
packages=setuptools.find_packages(),
1616
install_requires=DEPENDENCIES,
17-
entry_points={"console_scripts": ['dynamic=main:search_obj.search_args']},
17+
entry_points={"console_scripts": ['dynamic=main:search_flag.search_args']},
1818
classifiers=[
1919
"Programming Language :: Python :: 3",
2020
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)