diff options
| author | Adam Janovsky | 2021-05-25 13:57:32 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2021-05-25 13:57:32 +0200 |
| commit | fed0b9f4355b4bdfd99356ff0f124ecd1c15e5f6 (patch) | |
| tree | ea0604a0912a157ee51ef1e90b4fa50412aa41f8 | |
| parent | 9f68f6ec28c6a5a8de2caba9879c673a522e5ee2 (diff) | |
| download | sec-certs-fed0b9f4355b4bdfd99356ff0f124ecd1c15e5f6.tar.gz sec-certs-fed0b9f4355b4bdfd99356ff0f124ecd1c15e5f6.tar.zst sec-certs-fed0b9f4355b4bdfd99356ff0f124ecd1c15e5f6.zip | |
typo in readme, package data
| -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', |
