
Url is the link that shows under Homepage link on PyPI while ĭownload_url is the link to your compressed source distribution file on Github that you get after making a release. You can probably fix a mistake about author_email or url but you’d probably still want to avoid mistakes.

name, unique name of your package to be distributed under.They can alter the installation process of your package or the name it is listed under. It’s important to note that these values are sensitive. Most of the information your provide here will either be used in the installation criteria or they’ll be shown on the project’s page on PyPI.Ĭheck out this example from Watermarkd repository:

Next is constructing a setup function with all the parameters that can be handy for an installation.
