chg: Use https for link to documentation

pull/824/head
Jakub Onderka 2022-02-05 10:18:37 +01:00
parent 04b29d931a
commit efccd91d96
2 changed files with 2 additions and 3 deletions

View File

@ -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']

View File

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