Metadata-Version: 2.1
Name: publicprojectexample
Version: 1.1
Summary: UNKNOWN
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN

# https://packaging.python.org/tutorials/packaging-projects/
# https://codewithmosh.com/courses/423295/lectures/8417866
# What I have done at startup:
# pip install --user setuptools wheel twine
# Crated all dirs and files (but 'dist' and 'build' - they are generated by 'python setup.py ...')
# License: Use templates from: https://choosealicense.com/licenses/gpl-3.0/#
# Build distributions (2 packages):     python setup.py <source_distribution> <build_distribution>
#                                       python setup.py sdist bdist_wheel
# Upload the distributions:
#   twine upload dist/*

This is the homepage of our project.

