Skip to content

Commit 688ec3e

Browse files
committed
Add oci package support
1 parent 854ca31 commit 688ec3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyartifactory/models/repository.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class PackageTypeEnum(str, Enum):
3636
maven = "maven"
3737
npm = "npm"
3838
nuget = "nuget"
39+
oci = "oci"
3940
opkg = "opkg"
4041
p2 = "p2"
4142
pub = "pub"

0 commit comments

Comments
 (0)