Skip to content

Commit

Permalink
Version Updated to 1.0.3 and major updates for performance and get Ne…
Browse files Browse the repository at this point in the history
…ws Author name as well
  • Loading branch information
hitesh22rana committed Dec 22, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6ce18f8 commit e36f9d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -7,9 +7,9 @@
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()

VERSION = '1.0.2'
VERSION = '1.0.3'
DESCRIPTION = 'Latest Cyber and Hacking News'
LONG_DESCRIPTION = 'A package and an API that provides you Latest Cyber and Hacking News from websites using Web-Scraping.'
LONG_DESCRIPTION = 'Python package and API that provides Latest Cyber and Hacking News from various websites using Web-Scraping.'

# Setting up
setup(
@@ -22,7 +22,7 @@
long_description=long_description,
packages=find_packages(),
install_requires=['bs4', 'requests', 'lxml'],
keywords=['python', 'web scraping', 'news', 'cyber news', 'hacker news' , 'hacking' , 'cyber' , 'free' , 'open source'],
keywords=['python', 'web scraping', 'news', 'cyber news', 'hacker news' , 'hacking' , 'cyber' , 'free' , 'open source' , 'latest news' , 'project' , 'api' , 'REST-API'],
classifiers=[
"Development Status :: 1 - Planning",
"Intended Audience :: Developers",

0 comments on commit e36f9d0

Please sign in to comment.