Skip to content

Commit 07706db

Browse files
authored
Merge pull request #110 from dersecure/master
Include default certificates in build
2 parents 1ea0b94 + 310d6dc commit 07706db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@
99

1010
setup(
1111
name='pysunspec2',
12-
version='1.3.0',
12+
version='1.3.1',
1313
description='Python SunSpec Tools',
1414
license="Apache Software License, Version 2.0",
1515
author='SunSpec Alliance',
1616
author_email='support@sunspec.org',
1717
url='https://sunspec.org/',
1818
packages=['sunspec2', 'sunspec2.modbus', 'sunspec2.file', 'sunspec2.tests'],
19-
package_data={'sunspec2.tests': ['test_data/*'], 'sunspec2': ['models/json/*']},
19+
package_data={
20+
'sunspec2.tests': ['test_data/*', 'tls_data/*'],
21+
'sunspec2': ['models/json/*'],
22+
}
2023
scripts=['scripts/suns.py'],
2124
python_requires='>=3.5',
2225
extras_require={

0 commit comments

Comments
 (0)