From 20dbcf3d5fe9687d504ec1716951a3e504b11137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 31 Oct 2017 15:12:49 -0700 Subject: [PATCH] Fix typos --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad2f29c..618e1d7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PyMISPWarningLists [![Build Status](https://travis-ci.org/MISP/PyMISPWarningLists.svg?branch=master)](https://travis-ci.org/MISP/PyMISPWarningLists) -[![codecov.io](https://codecov.io/github/MISP/PyMISParningLists/coverage.svg?branch=master)](https://codecov.io/github/MISP/PyMISPWarningLists?branch=master) +[![codecov.io](https://codecov.io/github/MISP/PyMISPWarningLists/coverage.svg?branch=master)](https://codecov.io/github/MISP/PyMISPWarningLists?branch=master) Pythonic way to work with the warning lists defined there: https://github.com/MISP/misp-warninglists diff --git a/setup.py b/setup.py index 23471b6..dbee024 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( - name='pymispwarninglist', + name='pymispwarninglists', version='0.1', author='Raphaƫl Vinot', author_email='raphael.vinot@circl.lu',