https://github.com/ciur/lesson-8-python-packaging
Short intro to python application packaging
https://github.com/ciur/lesson-8-python-packaging
Last synced: 6 months ago
JSON representation
Short intro to python application packaging
- Host: GitHub
- URL: https://github.com/ciur/lesson-8-python-packaging
- Owner: ciur
- License: other
- Created: 2020-01-08T09:52:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T18:21:03.000Z (about 4 years ago)
- Last Synced: 2025-02-16T02:25:59.593Z (8 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Demo Project for Lesson-8
============================Goal of this lesson is to present how to package python applications.
Useful commands
================Create distribution
python setup.py sdist
Upload it using twine:
twine upload dist/*
Find more lessons on:
www.django-lessons.com