diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | setup.py | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -9,7 +9,7 @@ This project is developed by the [Centre for Research On Cryptography and Securi [](https://pypi.org/project/sec-certs/) [](https://github.com/crocs-muni/sec-certs/actions/workflows/tests.yml) [](https://hub.docker.com/repository/docker/seccerts/sec-certs) -[](https://mybinder.org/v2/gh/crocs-muni/sec-certs/cc-feature-parity?filepath=notebooks%2Fcc_data_exploration.ipynb) +[](https://mybinder.org/v2/gh/crocs-muni/sec-certs/dev?filepath=notebooks%2Fcc_data_exploration.ipynb) ## Installation (CC) @@ -33,6 +33,9 @@ setup( "test": ["pytest", "coverage"] }, include_package_data=True, + package_data={ + 'sec_certs': ['settings.yaml'] + }, entry_points={ 'console_scripts': [ 'cc-certs=cc_cli:main', |
