mirror of https://github.com/MISP/PyMISP
parent
cc13a779b3
commit
5af579d77d
3
setup.py
3
setup.py
|
@ -4,13 +4,12 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pymisp',
|
name='pymisp',
|
||||||
version='1.1',
|
version='1.1.2',
|
||||||
author='Raphaël Vinot',
|
author='Raphaël Vinot',
|
||||||
author_email='raphael.vinot@circl.lu',
|
author_email='raphael.vinot@circl.lu',
|
||||||
maintainer='Raphaël Vinot',
|
maintainer='Raphaël Vinot',
|
||||||
url='https://github.com/MISP/PyMISP',
|
url='https://github.com/MISP/PyMISP',
|
||||||
description='Python API for MISP.',
|
description='Python API for MISP.',
|
||||||
long_description=open('README.md').read(),
|
|
||||||
packages=['pymisp'],
|
packages=['pymisp'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
||||||
|
|
Loading…
Reference in New Issue