Skip to content

Commit ca84d97

Browse files
committed
added keywords for setup.py
1 parent b80ed0f commit ca84d97

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
long_description = (this_directory / "README.md").read_text()
55
setup(
66
name="gdcli",
7-
version="1.0.7",
7+
version="1.0.8",
88
author="Subrahmanya s hegade",
99
author_email="hegadedevelopment@gmail.com",
1010
description='''
1111
Command line too used for simple google dorks
1212
''',
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',
15+
url="https://github.com/hegade",
16+
keywords=["google dorks","cli","advanced google search"],
1517
packages=find_packages(include=['gdcli', 'gdcli.*']),
1618
entry_points='''
1719
[console_scripts]

0 commit comments

Comments
 (0)