Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi2019194 authored Oct 18, 2023
1 parent 1fa2e65 commit bf5f9da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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",
Expand Down

0 comments on commit bf5f9da

Please sign in to comment.