Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit c0677c1

Browse files
committed
add GMR1 subdirs to the install script
1 parent b423019 commit c0677c1

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

setup.py

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup, find_packages
66

77
# Pycrate Version
8-
VERSION = "0.6.1"
8+
VERSION = "0.7.0"
99

1010

1111
# get long description from the README.md
@@ -33,6 +33,8 @@
3333
"pycrate_sys",
3434
"pycrate_crypto",
3535
"pycrate_osmo",
36+
"pycrate_gmr1",
37+
"pycrate_gmr1_csn1",
3638
],
3739

3840
test_suite="test.test_pycrate",
@@ -59,19 +61,23 @@
5961
"SEDebugMux": ["crcmod"],
6062
},
6163

62-
# for pycrate_asn1dir and pycrate_csn1dir:
64+
# for pycrate_asn1dir, pycrate_csn1dir, pycrate_gmr1_csn1:
6365
# .asn, .csn, .txt and .json files from asn1dir and csn1dir are not required to be installed
6466
# only compiled .py modules are installed by default
67+
#
6568
# for pycrate_diameter:
6669
# .xml files are converted to Python dicts and may be updated from time to time
70+
#
6771
# for pycrate_corenet:
6872
# the AuC.db file is the mobile subscriber authentication database
6973
# containing Ki and is required at runtime when using corenet
74+
#
7075
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"],
7581
},
7682
#include_package_data=False,
7783

0 commit comments

Comments
 (0)