From efccd91d96e1a821a302881d7b1d9bd65e5c8e77 Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Sat, 5 Feb 2022 10:18:37 +0100 Subject: [PATCH] chg: Use https for link to documentation --- pyproject.toml | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a224bdc..4ad251b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Python API for MISP." authors = ["Raphaël Vinot "] 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'] diff --git a/setup.py b/setup.py index f87040a..d97ddc2 100644 --- a/setup.py +++ b/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', },