Metadata-Version: 2.1
Name: perceptron_pkg-mirfan57
Version: 0.0.3
Summary: A small example package for perceptron
Home-page: https://github.com/mirfan57/example-pkg
Author: mirfan57
Author-email: mohdirfan57@gmail.com
Project-URL: Bug Tracker, https://github.com/mirfan57/example-pkg/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Creating a python package


## References - 

* [Official python docs for PYPI packaging](https://packaging.python.org/en/latest/tutorials/packaging-projects/)
