Skip to main content

No project description provided

Project description

# 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

publicprojectexample-1.1.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distribution

publicprojectexample-1.1-py3-none-any.whl (14.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page