An open API service indexing awesome lists of open source software.

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

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