We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f879e97 commit ef9c1ccCopy full SHA for ef9c1cc
setup.py
@@ -22,6 +22,7 @@
22
package_dir={"": "src"},
23
packages=setuptools.find_packages(where="src"),
24
include_package_data=True,
25
+ package_data={"": ["*.crt"]},
26
classifiers=[
27
# see https://pypi.org/classifiers/
28
"Development Status :: 5 - Production/Stable",
src/sngraz/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "0.1.2"
+__version__ = "0.1.3"
2
3
from .sngraz import *
0 commit comments