mirror of https://github.com/MISP/PyMISP
chg: Use https for link to documentation
parent
04b29d931a
commit
efccd91d96
|
@ -5,7 +5,7 @@ description = "Python API for MISP."
|
|||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||
license = "BSD-2-Clause"
|
||||
repository = "https://github.com/MISP/PyMISP"
|
||||
documentation = "http://pymisp.readthedocs.io"
|
||||
documentation = "https://pymisp.readthedocs.io"
|
||||
|
||||
|
||||
readme = "README.md"
|
||||
|
@ -61,7 +61,6 @@ pyfaup = {version = "^1.2", optional = true}
|
|||
chardet = {version = "^4.0", optional = true}
|
||||
urllib3 = {extras = ["brotli"], version = "^1.26.7", optional = true}
|
||||
|
||||
|
||||
[tool.poetry.extras]
|
||||
fileobjects = ['python-magic', 'pydeep2', 'lief']
|
||||
openioc = ['beautifulsoup4']
|
||||
|
|
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ setup(
|
|||
maintainer='Raphaël Vinot',
|
||||
url='https://github.com/MISP/PyMISP',
|
||||
project_urls={
|
||||
'Documentation': 'http://pymisp.readthedocs.io',
|
||||
'Documentation': 'https://pymisp.readthedocs.io',
|
||||
'Source': 'https://github.com/MISP/PyMISP',
|
||||
'Tracker': 'https://github.com/MISP/PyMISP/issues',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue