Skip to content

Commit

Permalink
rename reflow to redditflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijithneilabraham committed May 4, 2022
1 parent a02f962 commit 53a7567
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.DS_Store
build/*
dist/*
rflow.egg-info/*
redditflow.egg-info/*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

install_requires = ["sentence_transformers", "praw"]
setuptools.setup(
name="reflow",
version="0.0.2",
name="redditflow",
version="0.0.1",
author="Abhijith Neil Abraham",
author_email="[email protected]",
description="Data Curation over Time",
long_description=long_description,
long_description_content_type="text/markdown",
license='MIT License',
url="https://github.com/nfflow/reflow",
url="https://github.com/nfflow/redditflow",
install_requires=install_requires,
packages=setuptools.find_packages(),
python_requires='>=3.6',
Expand Down

0 comments on commit 53a7567

Please sign in to comment.