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',