You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- What build backend to use to build your package (we are using `hatchling` in this tutorial but there are [many others to chose from](/package-structure-code/python-package-build-tools)).
79
+
- What build backend to use to build your package (we are using `hatchling` in this tutorial but there are [many others to choose from](/package-structure-code/python-package-build-tools)).
80
80
- How and where to retrieve your package's version:
81
81
-**statically** where you declare the version `version = "0.1.0"` or
82
82
-**dynamically** where the tool looks to the most recent tag in your history to determine the current version.
0 commit comments