diff --git a/setup.py b/setup.py index 7d16ec9f5..8dd6211c6 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ It contains information about the project, including its name, version, authors, description, and other relevant details, to facilitate distribution and installation. -For more information about the Movie Recommender project, visit: -https://github.com/git-ankit/MovieRecommender +For more information about the PopcornPicks project, visit: +https://github.com/adipai/PopcornPicks """ import setuptools @@ -22,12 +22,12 @@ setuptools.setup( name="git-ankit", # Replace with your own username version="1.0.0", - author="Suraj,Amit,Jay,Ankit", - author_email="tiwariankit1006@gmail.com", - description="A recommendation engine", + author="Aditya, Ananya, Rishi, Samarth", + author_email="popcornpicks504@gmail.com", + description="A movie recommendation engine", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/git-ankit/MovieRecommender", + url="https://github.com/adipai/PopcornPicks", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3",