May 2019
Intermediate to advanced
542 pages
13h 37m
English
To build a source distribution, open Command Prompt in your project root and enter this command:
$ python3 setup.py sdist
This will create a couple of directories and many files:
Take a few minutes to explore the contents of QTicTacToe.egg-info; you'll see that all the information we specified in setup() is there in some form. This directory is also included inside the source distribution.
Also, take a moment to open the tar.gz ...
Read now
Unlock full access