Skip to content

Commit ef9c1cc

Browse files
committed
specifically include crt file
bump version
1 parent f879e97 commit ef9c1cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
package_dir={"": "src"},
2323
packages=setuptools.find_packages(where="src"),
2424
include_package_data=True,
25+
package_data={"": ["*.crt"]},
2526
classifiers=[
2627
# see https://pypi.org/classifiers/
2728
"Development Status :: 5 - Production/Stable",

src/sngraz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3"
22

33
from .sngraz import *

0 commit comments

Comments
 (0)