Skip to content

Commit

Permalink
Updated package name in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmukh05 committed Dec 1, 2024
1 parent 7e79bc5 commit 0754fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "scratch_nlp"
name = "ScratchNLP"
version = "1.0.0"
description = "Library with NLP Algorithms implemented from scratch"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements = f.read().splitlines()

setup(
name="scratch_nlp",
name="ScratchNLP",
version="1.0.0",
author="Shanmukha Sainath",
author_email="[email protected]",
Expand Down

0 comments on commit 0754fcf

Please sign in to comment.