Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion source/tutorials/installing-packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
===================
Installing Packages
===================

# setup.py
setup(
name="my-crypto-utils",
author="EHEPS Team",
author_email="executive@eheps.com",
maintainer="Executive Director",
maintainer_email="Executivedirector@eheps.org",
...
)
This section covers the basics of how to install Python :term:`packages
<Distribution Package>`.

Expand Down
Loading