aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorchojoyce <chojoyce@google.com>2018-06-13 14:13:45 +0800
committerchojoyce <chojoyce@google.com>2018-06-13 14:26:23 +0800
commitf2a0e87786f986785c7335f627250eff59168fb0 (patch)
tree62c5c35205bee146050e14cf5b56c4a0f95e4d6b /METADATA
parent52eef53175cb9e051125555c187fd7ac95464654 (diff)
parent5662c4308d3758d68e34398c1a70a346e58eb5a1 (diff)
downloadpyasn1-modules-f2a0e87786f986785c7335f627250eff59168fb0.tar.gz
Merge commit '5662c43' into pyasn1-modules_0.2.1android-p-preview-4
Initial commit of pyasn1-modules 0.2.1 with history. Added: - Android.bp - MODULE_LICENSE_BSD - NOTICE - METADATA Bug: b/80314772 Test: Compiled acloud with pyasn1-modules and was able to import pyasn1-modules. Change-Id: I3f15a09e02bb7e6f12d8cc12eb999248463b98e4
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA16
1 files changed, 16 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..a94392d
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,16 @@
+name: "pyasn1-modules"
+description:
+ "A collection of ASN.1-based protocols modules."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://pypi.python.org/pypi/pyasn1-modules"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/etingof/pyasn1-modules"
+ }
+ version: "0.2.1"
+ last_upgrade_date { year: 2018 month: 6 day: 13 }
+}