Fix PyPi package.

pull/2/merge v1.1.2
Raphaël Vinot 2015-08-05 17:46:44 +02:00
parent cc13a779b3
commit 5af579d77d
2 changed files with 3 additions and 2 deletions

2
setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[metadata]
description-file = README.md

View File

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