From b30b2e4c07b5d63e9cdfe37ef6c40f130c9245de Mon Sep 17 00:00:00 2001 From: Javinator9889 Date: Fri, 31 Aug 2018 19:39:09 +0200 Subject: [PATCH 1/3] Updated setup.py --- pyGle/version.py | 4 ++-- setup.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyGle/version.py b/pyGle/version.py index cd67dc6..f044a65 100644 --- a/pyGle/version.py +++ b/pyGle/version.py @@ -6,8 +6,8 @@ # under certain conditions; type "-L" for details. # -__version__ = "v1.24" -__version_code__ = 100 +__version__ = "v1.25" +__version_code__ = 101 def print_ver_info(): diff --git a/setup.py b/setup.py index 1cbb92d..276cd85 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ long_description_content_type="text/x-rst", include_package_data=True, install_requires=['lxml', 'beautifulsoup4', 'ujson', 'futures; python_version <= "2.7"', 'typing'], + setup_requires=['lxml', 'beautifulsoup4', 'ujson', 'futures; python_version <= "2.7"', 'typing'], zip_safe=False, download_url="https://github.com/Javinator9889/pyGle/archive/master.zip", classifiers=[ From 69c68653f6ca1e9714040b6b06984994e974c614 Mon Sep 17 00:00:00 2001 From: Javinator9889 Date: Fri, 31 Aug 2018 19:55:37 +0200 Subject: [PATCH 2/3] Updated setup.py --- pyGle/.idea/workspace.xml | 139 ++++++++++++++++++++++---------------- setup.py | 8 ++- 2 files changed, 85 insertions(+), 62 deletions(-) diff --git a/pyGle/.idea/workspace.xml b/pyGle/.idea/workspace.xml index 2764087..f30bf35 100644 --- a/pyGle/.idea/workspace.xml +++ b/pyGle/.idea/workspace.xml @@ -1,10 +1,9 @@ - - + - + @@ -699,7 +704,21 @@