Metadata-Version: 2.4
Name: nth-prime-sbgenius-demo
Version: 0.0.1
Summary: A trial package that calculates the nth prime number.
Author-email: sbgenius <sbgenius@example.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# nth-prime-sbgenius-demo

This is a trial library to demonstrate how to publish a Python package.
It contains a single function to calculate the nth prime number.
