Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 840 Bytes

File metadata and controls

12 lines (7 loc) · 840 Bytes

hellosetup :: A Python Package Example

This is a minimal starter project for a setuptools project.

This project is a companion to the Python Package Example: Setuptools.

We're publishing it as a GitHub template, so you can easily create your project from this template.

Branches

  • main: We've intentionally kept the default main branch as simple as possible. The "more_features" branch This is absolutely bare-bones project, which we describe how to use in the article.
  • more_features: The more_features branch shows how to provide additional configuration to handle features beyond those which are strictly needed to get the project to publish.