1# coding: utf-8 2from __future__ import unicode_literals, division, absolute_import, print_function 3 4import os 5 6 7package_name = "asn1crypto" 8 9other_packages = [ 10 "oscrypto", 11 "certbuilder", 12 "certvalidator", 13 "crlbuilder", 14 "csrbuilder", 15 "ocspbuilder" 16] 17 18task_keyword_args = [] 19 20requires_oscrypto = False 21has_tests_package = True 22 23package_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) 24build_root = os.path.abspath(os.path.join(package_root, '..')) 25 26md_source_map = {} 27 28definition_replacements = {} 29