Skip to content

Commit abe215b

Browse files
committed
setup update
1 parent a81e954 commit abe215b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
setup(
1212
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",
13+
version="0.1.1",
14+
author="Arjhun S (kernelism)",
15+
author_email="contactarjhun@gmail.com",
16+
description="A CLI tool to scrape Reddit",
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",
19-
url="https://github.com/yourusername/reddit-scraper",
19+
url="https://github.com/kernelism/reddit-scraper",
2020
packages=find_packages(),
2121
classifiers=[
2222
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)