Metadata-Version: 2.4
Name: my-nlp-package
Version: 0.0.4
Summary: A simple NLP package for sentiment analysis.
Author-email: Your Name <your@email.com>
Project-URL: Homepage, https://github.com/your-username/your-repo-name
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: nltk>=3.7
