We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80ed0f commit ca84d97Copy full SHA for ca84d97
1 file changed
setup.py
@@ -4,14 +4,16 @@
4
long_description = (this_directory / "README.md").read_text()
5
setup(
6
name="gdcli",
7
- version="1.0.7",
+ version="1.0.8",
8
author="Subrahmanya s hegade",
9
author_email="hegadedevelopment@gmail.com",
10
description='''
11
Command line too used for simple google dorks
12
''',
13
long_description=long_description,
14
long_description_content_type='text/markdown',
15
+ url="https://github.com/hegade",
16
+ keywords=["google dorks","cli","advanced google search"],
17
packages=find_packages(include=['gdcli', 'gdcli.*']),
18
entry_points='''
19
[console_scripts]
0 commit comments