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