aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Janovsky2021-05-25 13:57:32 +0200
committerAdam Janovsky2021-05-25 13:57:32 +0200
commitfed0b9f4355b4bdfd99356ff0f124ecd1c15e5f6 (patch)
treeea0604a0912a157ee51ef1e90b4fa50412aa41f8
parent9f68f6ec28c6a5a8de2caba9879c673a522e5ee2 (diff)
downloadsec-certs-fed0b9f4355b4bdfd99356ff0f124ecd1c15e5f6.tar.gz
sec-certs-fed0b9f4355b4bdfd99356ff0f124ecd1c15e5f6.tar.zst
sec-certs-fed0b9f4355b4bdfd99356ff0f124ecd1c15e5f6.zip
typo in readme, package data
-rw-r--r--README.md2
-rw-r--r--setup.py3
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index a9e21691..832698e7 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This project is developed by the [Centre for Research On Cryptography and Securi
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sec-certs?label=Python%20versions&style=flat-square)](https://pypi.org/project/sec-certs/)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/crocs-muni/sec-certs/tests?style=flat-square)](https://github.com/crocs-muni/sec-certs/actions/workflows/tests.yml)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/crocs-muni/sec-certs/Docker%20Image%20CI?label=Docker%20build&style=flat-square)](https://hub.docker.com/repository/docker/seccerts/sec-certs)
-[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/crocs-muni/sec-certs/cc-feature-parity?filepath=notebooks%2Fcc_data_exploration.ipynb)
+[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/crocs-muni/sec-certs/dev?filepath=notebooks%2Fcc_data_exploration.ipynb)
## Installation (CC)
diff --git a/setup.py b/setup.py
index ce27cd0f..758bf495 100644
--- a/setup.py
+++ b/setup.py
@@ -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',