-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
|
||
setup( | ||
name='YiraBot', | ||
version='1.0.9.1', | ||
version='1.0.9.2', | ||
packages=find_packages(), | ||
install_requires=open('requirements.txt').readlines(), | ||
author='Owen Orcan', | ||
author_email='[email protected]', | ||
url='https://github.com/OwenOrcan/Yirabot-Crawler', | ||
license='MIT License', | ||
license='GNU General Public License (Version 3)', | ||
description="YiraBot: Simplifying Web Scraping for All. A user-friendly tool for developers and enthusiasts, offering command-line ease and Python integration. Ideal for research, SEO, and data collection.", | ||
long_description=open('README.md').read(), | ||
long_description_content_type='text/markdown', | ||
|