From 43aaf5875ef6b48916fe0f487f6566c157aaadae Mon Sep 17 00:00:00 2001 From: Frederik Mees Date: Sat, 5 Jun 2021 14:22:09 +0200 Subject: [PATCH] Pypi prep pip release --- setup.py | 4 ++-- tinderbotz/__init__.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6b1ddbd..923646d 100644 --- a/setup.py +++ b/setup.py @@ -4,13 +4,13 @@ setup( name='tinderbotz', # How you named your folder packages=['tinderbotz'], # Chose the same as "name" - version='1.2', # Start with a small number and increase it with every change you make + version='1.3', # Start with a small number and increase it with every change you make license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository description='Tinder automated bot and data scraper', # Give a short description about your library author='Frederik Mees', # Type in your name author_email='frederik.mees@gmail.com', # Type in your E-Mail url='https://github.com/frederikme/TinderBot', # Provide either the link to your github or to your website - download_url='https://github.com/frederikme/TinderBot/archive/1.2.tar.gz', # I explain this later on + download_url='https://github.com/frederikme/TinderBot/archive/1.3.tar.gz', # I explain this later on keywords=['Tinder', 'Automation', 'bot'], # Keywords that define your project best install_requires=['selenium', 'webdriver-manager'], diff --git a/tinderbotz/__init__.py b/tinderbotz/__init__.py index 799883e..9f5a039 100644 --- a/tinderbotz/__init__.py +++ b/tinderbotz/__init__.py @@ -11,3 +11,4 @@ from tinderbotz.helpers.loadingbar import LoadingBar from tinderbotz.helpers.constants_helper import * +from tinderbotz.helpers.xpaths import *