diff --git a/pyproject.toml b/pyproject.toml index b1abeb2..0e3e5a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/setup.py b/setup.py index cdd8f90..2a61c15 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ requirements = f.read().splitlines() setup( - name="scratch_nlp", + name="ScratchNLP", version="1.0.0", author="Shanmukha Sainath", author_email="venkatashanmukhasainathg@gmail.com",