shenshihai 2 anni fa
commit
300e48e0be
3 ha cambiato i file con 28 aggiunte e 0 eliminazioni
  1. 3 0
      .gitignore
  2. 0 0
      README.md
  3. 25 0
      composer.json

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+*.lock
+*.7z
+vendor/

+ 0 - 0
README.md


+ 25 - 0
composer.json

@@ -0,0 +1,25 @@
+{
+    "name": "py38/pyyaml-win64",
+    "type": "library",
+    "description": "pyyaml win64",
+    "license": "MIT",
+    "minimum-stability": "dev",
+	"require-dev":{
+        "a/distribute-helper": "dev-master"
+	},
+    "repositories": {
+        "packagist": {
+            "type": "composer",
+            "url": "http://satis-dist.lysis.com.cn:4000/"
+        }
+    },
+    "config": {
+        "secure-http": false
+    },
+    "distribute-helper": {
+        "use-space": "54.3 MB",
+        "vendor-files":[
+            {"name":"PyYAML-6.0-cp38-cp38-win_amd64.whl","md5":"4104c0","size":"155425"}
+        ]
+    }
+}