|
5 | 5 | from setuptools import setup, find_packages |
6 | 6 |
|
7 | 7 | # Pycrate Version |
8 | | -VERSION = "0.6.1" |
| 8 | +VERSION = "0.7.0" |
9 | 9 |
|
10 | 10 |
|
11 | 11 | # get long description from the README.md |
|
33 | 33 | "pycrate_sys", |
34 | 34 | "pycrate_crypto", |
35 | 35 | "pycrate_osmo", |
| 36 | + "pycrate_gmr1", |
| 37 | + "pycrate_gmr1_csn1", |
36 | 38 | ], |
37 | 39 |
|
38 | 40 | test_suite="test.test_pycrate", |
|
59 | 61 | "SEDebugMux": ["crcmod"], |
60 | 62 | }, |
61 | 63 |
|
62 | | - # for pycrate_asn1dir and pycrate_csn1dir: |
| 64 | + # for pycrate_asn1dir, pycrate_csn1dir, pycrate_gmr1_csn1: |
63 | 65 | # .asn, .csn, .txt and .json files from asn1dir and csn1dir are not required to be installed |
64 | 66 | # only compiled .py modules are installed by default |
| 67 | + # |
65 | 68 | # for pycrate_diameter: |
66 | 69 | # .xml files are converted to Python dicts and may be updated from time to time |
| 70 | + # |
67 | 71 | # for pycrate_corenet: |
68 | 72 | # the AuC.db file is the mobile subscriber authentication database |
69 | 73 | # containing Ki and is required at runtime when using corenet |
| 74 | + # |
70 | 75 | package_data={ |
71 | | - #"pycrate_asn1dir" : ["*.asn", "*.json"], |
72 | | - #"pycrate_csn1dir" : ["*.csn"], |
73 | | - #"pycrate_diameter" : ["*.xml"], |
74 | | - "pycrate_corenet" : ["AuC.db"], |
| 76 | + #"pycrate_asn1dir" : ["*.asn", "*.json"], |
| 77 | + #"pycrate_csn1dir" : ["*.csn"], |
| 78 | + #"pycrate_gmr1_csn1" : ["*.csn"], |
| 79 | + #"pycrate_diameter" : ["*.xml"], |
| 80 | + "pycrate_corenet" : ["AuC.db"], |
75 | 81 | }, |
76 | 82 | #include_package_data=False, |
77 | 83 |
|
|
0 commit comments