Skip to content

Commit

Permalink
packaging_base: add note
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Sep 30, 2022
1 parent 73b4d87 commit f37a0cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setupsrc/pl_setup/packaging_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ class SystemNames:


class PlatformNames:
# - Attribute names and values are expected to match
# - Platform names are expected to start with the corresponding system name
linux_x64 = SystemNames.linux + "_x64"
linux_x86 = SystemNames.linux + "_x86"
linux_arm64 = SystemNames.linux + "_arm64"
Expand Down

0 comments on commit f37a0cf

Please sign in to comment.