We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81e954 commit abe215bCopy full SHA for abe215b
setup.py
@@ -10,13 +10,13 @@
10
11
setup(
12
name="reddit-scraper",
13
- version="0.1.0",
14
- author="Your Name",
15
- author_email="your.email@example.com",
16
- description="A simple tool to scrape posts and comments from Reddit subreddits",
+ version="0.1.1",
+ author="Arjhun S (kernelism)",
+ author_email="contactarjhun@gmail.com",
+ description="A CLI tool to scrape Reddit",
17
long_description=long_description,
18
long_description_content_type="text/markdown",
19
- url="https://github.com/yourusername/reddit-scraper",
+ url="https://github.com/kernelism/reddit-scraper",
20
packages=find_packages(),
21
classifiers=[
22
"Programming Language :: Python :: 3",
0 commit comments