Fix typos

regex-type
Raphaël Vinot 2017-10-31 15:12:49 -07:00
parent 3895df0ea8
commit 20dbcf3d5f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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