From 8d657ebce69897e68458aac71410a6c7866307bb Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 20 Aug 2018 15:19:07 -0400 Subject: [PATCH 1/2] Removes critsapi since it is not a PyPI package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f3a819..bd8e212 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=['critsapi', 'urlfinderlib'], + install_requires=['urlfinderlib'], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax, From c599cbbd672f8f7502bd41b0e53c7ce10c24f14a Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 20 Aug 2018 15:19:47 -0400 Subject: [PATCH 2/2] Version 0.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd8e212..494b2ea 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.1.2', + version='0.1.3', description='Library that interacts with CRITS to build an indicator whitelist system.', long_description=long_description,