Skip to content

Commit

Permalink
Merge pull request #6 from ynput/update-package.py-defaults
Browse files Browse the repository at this point in the history
Update package.py default values
  • Loading branch information
iLLiCiTiT authored Oct 2, 2024
2 parents c4e8542 + c42df19 commit e0807af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Required: lower case addon name e.g. 'deadline', otherwise addon will be invalid
name = ""

# Optional: Addon title shown in UI, 'name' is used by default e.g. 'Deadline'
title = ""

# Required: Valid semantic version (https://semver.org/)
version = "0.0.0"

# Name of client code directory imported in AYON launcher
Expand Down

0 comments on commit e0807af

Please sign in to comment.