From 5af579d77df4c38f5416bbf6eee58a1a8e5cd904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 5 Aug 2015 17:46:44 +0200 Subject: [PATCH] Fix PyPi package. --- setup.cfg | 2 ++ setup.py | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..b88034e --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.md diff --git a/setup.py b/setup.py index 2c32e97..720adb8 100644 --- a/setup.py +++ b/setup.py @@ -4,13 +4,12 @@ from setuptools import setup setup( name='pymisp', - version='1.1', + version='1.1.2', author='Raphaël Vinot', author_email='raphael.vinot@circl.lu', maintainer='Raphaël Vinot', url='https://github.com/MISP/PyMISP', description='Python API for MISP.', - long_description=open('README.md').read(), packages=['pymisp'], classifiers=[ 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',